Html Css Color HEX #F6269B Persian Rose

📋 copy color: '#F6269B'

red 246 ◦ green 38 ◦ blue 155

#F6269B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #F6269B

Tints of Persian Rose #F6269B

RGB

 RED value IS 246 (96.48% from 255) = 56.04%

 GREEN value IS 38 (15.23% from 255) = 8.66%

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 56.04%
G = 8.66%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F6269B (or 0xF6269B) is known color: Persian Rose. HEX triplet: F6, 26 and 9B. RGB value is (246,38,155). Sum of RGB (Red+Green+Blue) = 246+38+155=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F6269B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6269B is #09D964. Grayscale: #717171. Windows color (decimal): -645477 or 10168054. OLE color: 10168054.

HSL color Cylindrical-coordinate representation of color #F6269B: hue angle of 326.25º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F6269B is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 38 155 -
CMYK 0 0.85 0.37 0.04
HSL 326.25º 0.92% 0.56% -
HSV(B) 326.25º 0.85% 0.96% -
XYZ 44.62 23.35 33.17 -
YUV 113.53 151.41 222.49 -
System Red Green Blue C M Y K H S L
Decimal 246 38 155 0 0.85 0.37 0.04 326.25 0.92 0.56
Hex F6 26 9B 0 55 25 4 146 5C 38
Octal 366 46 233 0 125 45 4 506 134 70
Binary 11110110 100110 10011011 0 1010101 100101 100 101000110 1011100 111000

Color Harmonies of #F6269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6269B

Black with #F6269B

Text Example


Text Example

White with #F6269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6269B; }

 p { color: rgb(246,38,155); }

 H1.HeaderClassName
 {
   color: #F6269B;
 }
 .AnyTagClassName
 {
   color: #F6269B;
 }
</style>

background-color css

<style>
 a { background-color: #F6269B; }

 a { background-color: rgb(246,38,155); }

 div.DivClassName
 {
   background-color: #F6269B;
 }
 .BgClassName
 {
   background-color: #F6269B;
 }
</style>

border-color css

<style>
 span { border-color: #F6269B; }

 span { border-color: rgb(246,38,155); }

 td.TdClassName
 {
   border-color: #F6269B;
 }
 .TagClassName
 {
   border-color: #F6269B;
 }
</style>