Html Css Color HEX #F2609F Brilliant Rose

📋 copy color: '#F2609F'

red 242 ◦ green 96 ◦ blue 159

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

Shades of Brilliant Rose #F2609F

Tints of Brilliant Rose #F2609F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.32%

 BLUE value IS 159 (62.5% from 255) = 31.99%

R = 48.69%
G = 19.32%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2609F (or 0xF2609F) is known color: Brilliant Rose. HEX triplet: F2, 60 and 9F. RGB value is (242,96,159). Sum of RGB (Red+Green+Blue) = 242+96+159=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2609F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2609F is #0D9F60. Grayscale: #929292. Windows color (decimal): -892769 or 10445042. OLE color: 10445042.

HSL color Cylindrical-coordinate representation of color #F2609F: hue angle of 334.11º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2609F is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 96 159 -
CMYK 0 0.60 0.34 0.05
HSL 334.11º 0.85% 0.66% -
HSV(B) 334.11º 0.6% 0.95% -
XYZ 47.06 29.75 36.06 -
YUV 146.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 242 96 159 0 0.60 0.34 0.05 334.11 0.85 0.66
Hex F2 60 9F 0 3C 22 5 14E 55 42
Octal 362 140 237 0 74 42 5 516 125 102
Binary 11110010 1100000 10011111 0 111100 100010 101 101001110 1010101 1000010

Color Harmonies of #F2609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2609F

Black with #F2609F

Text Example


Text Example

White with #F2609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2609F; }

 p { color: rgb(242,96,159); }

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

background-color css

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

 a { background-color: rgb(242,96,159); }

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

border-color css

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

 span { border-color: rgb(242,96,159); }

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