Html Css Color HEX #F04CBC Razzle Dazzle Rose

📋 copy color: '#F04CBC'

red 240 ◦ green 76 ◦ blue 188

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

Shades of Razzle Dazzle Rose #F04CBC

Tints of Razzle Dazzle Rose #F04CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.3%

R = 47.62%
G = 15.08%
B = 37.3%

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

#F04CBC (or 0xF04CBC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4C and BC. RGB value is (240,76,188). Sum of RGB (Red+Green+Blue) = 240+76+188=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CBC is #0FB343. Grayscale: #898989. Windows color (decimal): -1028932 or 12340464. OLE color: 12340464.

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

Color convert

RGB 240 76 188 -
CMYK 0 0.68 0.22 0.06
HSL 319.02º 0.85% 0.62% -
HSV(B) 319.02º 0.68% 0.94% -
XYZ 47.6 27.32 50.34 -
YUV 137.8 156.33 200.89 -
System Red Green Blue C M Y K H S L
Decimal 240 76 188 0 0.68 0.22 0.06 319.02 0.85 0.62
Hex F0 4C BC 0 44 16 6 13F 55 3E
Octal 360 114 274 0 104 26 6 477 125 76
Binary 11110000 1001100 10111100 0 1000100 10110 110 100111111 1010101 111110

Color Harmonies of #F04CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04CBC

Black with #F04CBC

Text Example


Text Example

White with #F04CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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