Html Css Color HEX #F039C4 Razzle Dazzle Rose

📋 copy color: '#F039C4'

red 240 ◦ green 57 ◦ blue 196

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

Shades of Razzle Dazzle Rose #F039C4

Tints of Razzle Dazzle Rose #F039C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.76%

R = 48.68%
G = 11.56%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F039C4 (or 0xF039C4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 39 and C4. RGB value is (240,57,196). Sum of RGB (Red+Green+Blue) = 240+57+196=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 57 (22.66% from 255 or 11.56% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F039C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F039C4 is #0FC63B. Grayscale: #7F7F7F. Windows color (decimal): -1033788 or 12859888. OLE color: 12859888.

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

Color convert

RGB 240 57 196 -
CMYK 0 0.76 0.18 0.06
HSL 314.43º 0.86% 0.58% -
HSV(B) 314.43º 0.76% 0.94% -
XYZ 47.36 25.44 54.64 -
YUV 127.56 166.63 208.2 -
System Red Green Blue C M Y K H S L
Decimal 240 57 196 0 0.76 0.18 0.06 314.43 0.86 0.58
Hex F0 39 C4 0 4C 12 6 13A 56 3A
Octal 360 71 304 0 114 22 6 472 126 72
Binary 11110000 111001 11000100 0 1001100 10010 110 100111010 1010110 111010

Color Harmonies of #F039C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F039C4

Black with #F039C4

Text Example


Text Example

White with #F039C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F039C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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