Html Css Color HEX #F0509D Brilliant Rose

📋 copy color: '#F0509D'

red 240 ◦ green 80 ◦ blue 157

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

Shades of Brilliant Rose #F0509D

Tints of Brilliant Rose #F0509D

RGB

 RED value IS 240 (94.14% from 255) = 50.31%

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

 BLUE value IS 157 (61.72% from 255) = 32.91%

R = 50.31%
G = 16.77%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0509D (or 0xF0509D) is known color: Brilliant Rose. HEX triplet: F0, 50 and 9D. RGB value is (240,80,157). Sum of RGB (Red+Green+Blue) = 240+80+157=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0509D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0509D is #0FAF62. Grayscale: #888888. Windows color (decimal): -1027939 or 10309872. OLE color: 10309872.

HSL color Cylindrical-coordinate representation of color #F0509D: hue angle of 331.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0509D is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 80 157 -
CMYK 0 0.67 0.35 0.06
HSL 331.13º 0.84% 0.63% -
HSV(B) 331.13º 0.67% 0.94% -
XYZ 44.89 26.7 34.69 -
YUV 136.62 139.51 201.74 -
System Red Green Blue C M Y K H S L
Decimal 240 80 157 0 0.67 0.35 0.06 331.13 0.84 0.63
Hex F0 50 9D 0 43 23 6 14B 54 3F
Octal 360 120 235 0 103 43 6 513 124 77
Binary 11110000 1010000 10011101 0 1000011 100011 110 101001011 1010100 111111

Color Harmonies of #F0509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0509D

Black with #F0509D

Text Example


Text Example

White with #F0509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0509D; }

 p { color: rgb(240,80,157); }

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

background-color css

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

 a { background-color: rgb(240,80,157); }

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

border-color css

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

 span { border-color: rgb(240,80,157); }

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