Html Css Color HEX #F259AC Brilliant Rose

📋 copy color: '#F259AC'

red 242 ◦ green 89 ◦ blue 172

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

Shades of Brilliant Rose #F259AC

Tints of Brilliant Rose #F259AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.19%

R = 48.11%
G = 17.69%
B = 34.19%

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

#F259AC (or 0xF259AC) is known color: Brilliant Rose. HEX triplet: F2, 59 and AC. RGB value is (242,89,172). Sum of RGB (Red+Green+Blue) = 242+89+172=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F259AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F259AC is #0DA653. Grayscale: #909090. Windows color (decimal): -894548 or 11295218. OLE color: 11295218.

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

Color convert

RGB 242 89 172 -
CMYK 0 0.63 0.29 0.05
HSL 327.45º 0.85% 0.65% -
HSV(B) 327.45º 0.63% 0.95% -
XYZ 47.64 29 42.12 -
YUV 144.21 143.69 197.75 -
System Red Green Blue C M Y K H S L
Decimal 242 89 172 0 0.63 0.29 0.05 327.45 0.85 0.65
Hex F2 59 AC 0 3F 1D 5 147 55 41
Octal 362 131 254 0 77 35 5 507 125 101
Binary 11110010 1011001 10101100 0 111111 11101 101 101000111 1010101 1000001

Color Harmonies of #F259AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259AC

Black with #F259AC

Text Example


Text Example

White with #F259AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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