Html Css Color HEX #F04CBD Razzle Dazzle Rose

📋 copy color: '#F04CBD'

red 240 ◦ green 76 ◦ blue 189

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

Shades of Razzle Dazzle Rose #F04CBD

Tints of Razzle Dazzle Rose #F04CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.43%

R = 47.52%
G = 15.05%
B = 37.43%

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

#F04CBD (or 0xF04CBD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4C and BD. RGB value is (240,76,189). Sum of RGB (Red+Green+Blue) = 240+76+189=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CBD is #0FB342. Grayscale: #898989. Windows color (decimal): -1028931 or 12406000. OLE color: 12406000.

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

Color convert

RGB 240 76 189 -
CMYK 0 0.68 0.21 0.06
HSL 318.66º 0.85% 0.62% -
HSV(B) 318.66º 0.68% 0.94% -
XYZ 47.7 27.37 50.91 -
YUV 137.92 156.83 200.81 -
System Red Green Blue C M Y K H S L
Decimal 240 76 189 0 0.68 0.21 0.06 318.66 0.85 0.62
Hex F0 4C BD 0 44 15 6 13F 55 3E
Octal 360 114 275 0 104 25 6 477 125 76
Binary 11110000 1001100 10111101 0 1000100 10101 110 100111111 1010101 111110

Color Harmonies of #F04CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04CBD

Black with #F04CBD

Text Example


Text Example

White with #F04CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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