Html Css Color HEX #F039C0 Razzle Dazzle Rose

📋 copy color: '#F039C0'

red 240 ◦ green 57 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F039C0

Tints of Razzle Dazzle Rose #F039C0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.66%

 BLUE value IS 192 (75.39% from 255) = 39.26%

R = 49.08%
G = 11.66%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F039C0 (or 0xF039C0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 39 and C0. RGB value is (240,57,192). Sum of RGB (Red+Green+Blue) = 240+57+192=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 57 (22.66% from 255 or 11.66% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F039C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F039C0 is #0FC63F. Grayscale: #7E7E7E. Windows color (decimal): -1033792 or 12597744. OLE color: 12597744.

HSL color Cylindrical-coordinate representation of color #F039C0: hue angle of 315.74º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F039C0 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 57 192 -
CMYK 0 0.76 0.20 0.06
HSL 315.74º 0.86% 0.58% -
HSV(B) 315.74º 0.76% 0.94% -
XYZ 46.91 25.26 52.27 -
YUV 127.11 164.63 208.52 -
System Red Green Blue C M Y K H S L
Decimal 240 57 192 0 0.76 0.20 0.06 315.74 0.86 0.58
Hex F0 39 C0 0 4C 14 6 13C 56 3A
Octal 360 71 300 0 114 24 6 474 126 72
Binary 11110000 111001 11000000 0 1001100 10100 110 100111100 1010110 111010

Color Harmonies of #F039C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F039C0

Black with #F039C0

Text Example


Text Example

White with #F039C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F039C0; }

 p { color: rgb(240,57,192); }

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

background-color css

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

 a { background-color: rgb(240,57,192); }

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

border-color css

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

 span { border-color: rgb(240,57,192); }

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