Html Css Color HEX #F259AB Brilliant Rose

📋 copy color: '#F259AB'

red 242 ◦ green 89 ◦ blue 171

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

Shades of Brilliant Rose #F259AB

Tints of Brilliant Rose #F259AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.06%

R = 48.21%
G = 17.73%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F259AB (or 0xF259AB) is known color: Brilliant Rose. HEX triplet: F2, 59 and AB. RGB value is (242,89,171). Sum of RGB (Red+Green+Blue) = 242+89+171=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F259AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F259AB is #0DA654. Grayscale: #8F8F8F. Windows color (decimal): -894549 or 11229682. OLE color: 11229682.

HSL color Cylindrical-coordinate representation of color #F259AB: hue angle of 327.84º 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 #F259AB is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 89 171 -
CMYK 0 0.63 0.29 0.05
HSL 327.84º 0.85% 0.65% -
HSV(B) 327.84º 0.63% 0.95% -
XYZ 47.54 28.96 41.61 -
YUV 144.1 143.19 197.83 -
System Red Green Blue C M Y K H S L
Decimal 242 89 171 0 0.63 0.29 0.05 327.84 0.85 0.65
Hex F2 59 AB 0 3F 1D 5 148 55 41
Octal 362 131 253 0 77 35 5 510 125 101
Binary 11110010 1011001 10101011 0 111111 11101 101 101001000 1010101 1000001

Color Harmonies of #F259AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259AB

Black with #F259AB

Text Example


Text Example

White with #F259AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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