Html Css Color HEX #F6249B Persian Rose

📋 copy color: '#F6249B'

red 246 ◦ green 36 ◦ blue 155

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

Shades of Persian Rose #F6249B

Tints of Persian Rose #F6249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.24%

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

R = 56.29%
G = 8.24%
B = 35.47%

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

#F6249B (or 0xF6249B) is known color: Persian Rose. HEX triplet: F6, 24 and 9B. RGB value is (246,36,155). Sum of RGB (Red+Green+Blue) = 246+36+155=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F6249B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6249B is #09DB64. Grayscale: #707070. Windows color (decimal): -645989 or 10167542. OLE color: 10167542.

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

Color convert

RGB 246 36 155 -
CMYK 0 0.85 0.37 0.04
HSL 326º 0.92% 0.55% -
HSV(B) 326º 0.85% 0.96% -
XYZ 44.55 23.22 33.14 -
YUV 112.36 152.07 223.32 -
System Red Green Blue C M Y K H S L
Decimal 246 36 155 0 0.85 0.37 0.04 326 0.92 0.55
Hex F6 24 9B 0 55 25 4 146 5C 37
Octal 366 44 233 0 125 45 4 506 134 67
Binary 11110110 100100 10011011 0 1010101 100101 100 101000110 1011100 110111

Color Harmonies of #F6249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6249B

Black with #F6249B

Text Example


Text Example

White with #F6249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6249B; }

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

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

background-color css

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

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

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

border-color css

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

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

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