Html Css Color HEX #F04CBE Razzle Dazzle Rose

📋 copy color: '#F04CBE'

red 240 ◦ green 76 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F04CBE

Tints of Razzle Dazzle Rose #F04CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.02%

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

R = 47.43%
G = 15.02%
B = 37.55%

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

#F04CBE (or 0xF04CBE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4C and BE. RGB value is (240,76,190). Sum of RGB (Red+Green+Blue) = 240+76+190=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CBE is #0FB341. Grayscale: #898989. Windows color (decimal): -1028930 or 12471536. OLE color: 12471536.

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

Color convert

RGB 240 76 190 -
CMYK 0 0.68 0.21 0.06
HSL 318.29º 0.85% 0.62% -
HSV(B) 318.29º 0.68% 0.94% -
XYZ 47.81 27.41 51.49 -
YUV 138.03 157.33 200.73 -
System Red Green Blue C M Y K H S L
Decimal 240 76 190 0 0.68 0.21 0.06 318.29 0.85 0.62
Hex F0 4C BE 0 44 15 6 13E 55 3E
Octal 360 114 276 0 104 25 6 476 125 76
Binary 11110000 1001100 10111110 0 1000100 10101 110 100111110 1010101 111110

Color Harmonies of #F04CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04CBE

Black with #F04CBE

Text Example


Text Example

White with #F04CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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