Html Css Color HEX #F2599C Brilliant Rose

📋 copy color: '#F2599C'

red 242 ◦ green 89 ◦ blue 156

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

Shades of Brilliant Rose #F2599C

Tints of Brilliant Rose #F2599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.03%

R = 49.69%
G = 18.28%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2599C (or 0xF2599C) is known color: Brilliant Rose. HEX triplet: F2, 59 and 9C. RGB value is (242,89,156). Sum of RGB (Red+Green+Blue) = 242+89+156=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2599C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2599C is #0DA663. Grayscale: #8E8E8E. Windows color (decimal): -894564 or 10246642. OLE color: 10246642.

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

Color convert

RGB 242 89 156 -
CMYK 0 0.63 0.36 0.05
HSL 333.73º 0.85% 0.65% -
HSV(B) 333.73º 0.63% 0.95% -
XYZ 46.19 28.42 34.5 -
YUV 142.39 135.69 199.05 -
System Red Green Blue C M Y K H S L
Decimal 242 89 156 0 0.63 0.36 0.05 333.73 0.85 0.65
Hex F2 59 9C 0 3F 24 5 14E 55 41
Octal 362 131 234 0 77 44 5 516 125 101
Binary 11110010 1011001 10011100 0 111111 100100 101 101001110 1010101 1000001

Color Harmonies of #F2599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2599C

Black with #F2599C

Text Example


Text Example

White with #F2599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2599C; }

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

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

background-color css

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

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

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

border-color css

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

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

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