Html Css Color HEX #F044C5 Razzle Dazzle Rose

📋 copy color: '#F044C5'

red 240 ◦ green 68 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F044C5

Tints of Razzle Dazzle Rose #F044C5

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.47%

 BLUE value IS 197 (77.34% from 255) = 39.01%

R = 47.52%
G = 13.47%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F044C5 (or 0xF044C5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 44 and C5. RGB value is (240,68,197). Sum of RGB (Red+Green+Blue) = 240+68+197=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 68 (26.95% from 255 or 13.47% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F044C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F044C5 is #0FBB3A. Grayscale: #858585. Windows color (decimal): -1030971 or 12928240. OLE color: 12928240.

HSL color Cylindrical-coordinate representation of color #F044C5: hue angle of 315º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F044C5 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 68 197 -
CMYK 0 0.72 0.18 0.06
HSL 315º 0.85% 0.6% -
HSV(B) 315º 0.72% 0.94% -
XYZ 48.08 26.69 55.44 -
YUV 134.13 163.48 203.51 -
System Red Green Blue C M Y K H S L
Decimal 240 68 197 0 0.72 0.18 0.06 315 0.85 0.6
Hex F0 44 C5 0 48 12 6 13B 55 3C
Octal 360 104 305 0 110 22 6 473 125 74
Binary 11110000 1000100 11000101 0 1001000 10010 110 100111011 1010101 111100

Color Harmonies of #F044C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F044C5

Black with #F044C5

Text Example


Text Example

White with #F044C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F044C5; }

 p { color: rgb(240,68,197); }

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

background-color css

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

 a { background-color: rgb(240,68,197); }

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

border-color css

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

 span { border-color: rgb(240,68,197); }

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