Html Css Color HEX #F04DBB Brilliant Rose

📋 copy color: '#F04DBB'

red 240 ◦ green 77 ◦ blue 187

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

Shades of Brilliant Rose #F04DBB

Tints of Brilliant Rose #F04DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.28%

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 47.62%
G = 15.28%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F04DBB (or 0xF04DBB) is known color: Brilliant Rose. HEX triplet: F0, 4D and BB. RGB value is (240,77,187). Sum of RGB (Red+Green+Blue) = 240+77+187=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DBB is #0FB244. Grayscale: #8A8A8A. Windows color (decimal): -1028677 or 12275184. OLE color: 12275184.

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

Color convert

RGB 240 77 187 -
CMYK 0 0.68 0.22 0.06
HSL 319.51º 0.84% 0.62% -
HSV(B) 319.51º 0.68% 0.94% -
XYZ 47.56 27.42 49.8 -
YUV 138.28 155.5 200.56 -
System Red Green Blue C M Y K H S L
Decimal 240 77 187 0 0.68 0.22 0.06 319.51 0.84 0.62
Hex F0 4D BB 0 44 16 6 140 54 3E
Octal 360 115 273 0 104 26 6 500 124 76
Binary 11110000 1001101 10111011 0 1000100 10110 110 101000000 1010100 111110

Color Harmonies of #F04DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DBB

Black with #F04DBB

Text Example


Text Example

White with #F04DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DBB; }

 p { color: rgb(240,77,187); }

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

background-color css

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

 a { background-color: rgb(240,77,187); }

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

border-color css

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

 span { border-color: rgb(240,77,187); }

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