Html Css Color HEX #F04DBE Razzle Dazzle Rose

📋 copy color: '#F04DBE'

red 240 ◦ green 77 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F04DBE

Tints of Razzle Dazzle Rose #F04DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 47.34%
G = 15.19%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F04DBE (or 0xF04DBE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4D and BE. RGB value is (240,77,190). Sum of RGB (Red+Green+Blue) = 240+77+190=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DBE is #0FB241. Grayscale: #8A8A8A. Windows color (decimal): -1028674 or 12471792. OLE color: 12471792.

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

Color convert

RGB 240 77 190 -
CMYK 0 0.68 0.21 0.06
HSL 318.4º 0.84% 0.62% -
HSV(B) 318.4º 0.68% 0.94% -
XYZ 47.88 27.55 51.51 -
YUV 138.62 157 200.31 -
System Red Green Blue C M Y K H S L
Decimal 240 77 190 0 0.68 0.21 0.06 318.4 0.84 0.62
Hex F0 4D BE 0 44 15 6 13E 54 3E
Octal 360 115 276 0 104 25 6 476 124 76
Binary 11110000 1001101 10111110 0 1000100 10101 110 100111110 1010100 111110

Color Harmonies of #F04DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DBE

Black with #F04DBE

Text Example


Text Example

White with #F04DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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