Html Css Color HEX #F0509C Brilliant Rose

📋 copy color: '#F0509C'

red 240 ◦ green 80 ◦ blue 156

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

Shades of Brilliant Rose #F0509C

Tints of Brilliant Rose #F0509C

RGB

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

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

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

R = 50.42%
G = 16.81%
B = 32.77%

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

#F0509C (or 0xF0509C) is known color: Brilliant Rose. HEX triplet: F0, 50 and 9C. RGB value is (240,80,156). Sum of RGB (Red+Green+Blue) = 240+80+156=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F0509C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0509C is #0FAF63. Grayscale: #888888. Windows color (decimal): -1027940 or 10244336. OLE color: 10244336.

HSL color Cylindrical-coordinate representation of color #F0509C: hue angle of 331.5º 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 #F0509C is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 80 156 -
CMYK 0 0.67 0.35 0.06
HSL 331.5º 0.84% 0.63% -
HSV(B) 331.5º 0.67% 0.94% -
XYZ 44.8 26.66 34.24 -
YUV 136.5 139.01 201.82 -
System Red Green Blue C M Y K H S L
Decimal 240 80 156 0 0.67 0.35 0.06 331.5 0.84 0.63
Hex F0 50 9C 0 43 23 6 14C 54 3F
Octal 360 120 234 0 103 43 6 514 124 77
Binary 11110000 1010000 10011100 0 1000011 100011 110 101001100 1010100 111111

Color Harmonies of #F0509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0509C

Black with #F0509C

Text Example


Text Example

White with #F0509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0509C; }

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

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

background-color css

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

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

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

border-color css

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

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

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