Html Css Color HEX #F259A6 Brilliant Rose

📋 copy color: '#F259A6'

red 242 ◦ green 89 ◦ blue 166

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

Shades of Brilliant Rose #F259A6

Tints of Brilliant Rose #F259A6

RGB

 RED value IS 242 (94.92% from 255) = 48.69%

 GREEN value IS 89 (35.16% from 255) = 17.91%

 BLUE value IS 166 (65.23% from 255) = 33.4%

R = 48.69%
G = 17.91%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F259A6 (or 0xF259A6) is known color: Brilliant Rose. HEX triplet: F2, 59 and A6. RGB value is (242,89,166). Sum of RGB (Red+Green+Blue) = 242+89+166=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F259A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F259A6 is #0DA659. Grayscale: #8F8F8F. Windows color (decimal): -894554 or 10902002. OLE color: 10902002.

HSL color Cylindrical-coordinate representation of color #F259A6: hue angle of 329.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F259A6 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 89 166 -
CMYK 0 0.63 0.31 0.05
HSL 329.8º 0.85% 0.65% -
HSV(B) 329.8º 0.63% 0.95% -
XYZ 47.07 28.78 39.15 -
YUV 143.53 140.69 198.24 -
System Red Green Blue C M Y K H S L
Decimal 242 89 166 0 0.63 0.31 0.05 329.8 0.85 0.65
Hex F2 59 A6 0 3F 1F 5 14A 55 41
Octal 362 131 246 0 77 37 5 512 125 101
Binary 11110010 1011001 10100110 0 111111 11111 101 101001010 1010101 1000001

Color Harmonies of #F259A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259A6

Black with #F259A6

Text Example


Text Example

White with #F259A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259A6; }

 p { color: rgb(242,89,166); }

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

background-color css

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

 a { background-color: rgb(242,89,166); }

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

border-color css

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

 span { border-color: rgb(242,89,166); }

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