Html Css Color HEX #F04DBA Brilliant Rose

📋 copy color: '#F04DBA'

red 240 ◦ green 77 ◦ blue 186

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

Shades of Brilliant Rose #F04DBA

Tints of Brilliant Rose #F04DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 47.71%
G = 15.31%
B = 36.98%

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

#F04DBA (or 0xF04DBA) is known color: Brilliant Rose. HEX triplet: F0, 4D and BA. RGB value is (240,77,186). Sum of RGB (Red+Green+Blue) = 240+77+186=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DBA is #0FB245. Grayscale: #898989. Windows color (decimal): -1028678 or 12209648. OLE color: 12209648.

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

Color convert

RGB 240 77 186 -
CMYK 0 0.68 0.22 0.06
HSL 319.88º 0.84% 0.62% -
HSV(B) 319.88º 0.68% 0.94% -
XYZ 47.45 27.38 49.24 -
YUV 138.16 155 200.64 -
System Red Green Blue C M Y K H S L
Decimal 240 77 186 0 0.68 0.22 0.06 319.88 0.84 0.62
Hex F0 4D BA 0 44 16 6 140 54 3E
Octal 360 115 272 0 104 26 6 500 124 76
Binary 11110000 1001101 10111010 0 1000100 10110 110 101000000 1010100 111110

Color Harmonies of #F04DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DBA

Black with #F04DBA

Text Example


Text Example

White with #F04DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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