Html Css Color HEX #F2509F Brilliant Rose

📋 copy color: '#F2509F'

red 242 ◦ green 80 ◦ blue 159

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

Shades of Brilliant Rose #F2509F

Tints of Brilliant Rose #F2509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.63%

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

R = 50.31%
G = 16.63%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2509F (or 0xF2509F) is known color: Brilliant Rose. HEX triplet: F2, 50 and 9F. RGB value is (242,80,159). Sum of RGB (Red+Green+Blue) = 242+80+159=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2509F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2509F is #0DAF60. Grayscale: #898989. Windows color (decimal): -896865 or 10440946. OLE color: 10440946.

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

Color convert

RGB 242 80 159 -
CMYK 0 0.67 0.34 0.05
HSL 330.74º 0.86% 0.63% -
HSV(B) 330.74º 0.67% 0.95% -
XYZ 45.74 27.12 35.62 -
YUV 137.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 242 80 159 0 0.67 0.34 0.05 330.74 0.86 0.63
Hex F2 50 9F 0 43 22 5 14B 56 3F
Octal 362 120 237 0 103 42 5 513 126 77
Binary 11110010 1010000 10011111 0 1000011 100010 101 101001011 1010110 111111

Color Harmonies of #F2509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2509F

Black with #F2509F

Text Example


Text Example

White with #F2509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2509F; }

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

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

background-color css

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

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

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

border-color css

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

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

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