Html Css Color HEX #F039CF Razzle Dazzle Rose

📋 copy color: '#F039CF'

red 240 ◦ green 57 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F039CF

Tints of Razzle Dazzle Rose #F039CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 47.62%
G = 11.31%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F039CF (or 0xF039CF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 39 and CF. RGB value is (240,57,207). Sum of RGB (Red+Green+Blue) = 240+57+207=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 57 (22.66% from 255 or 11.31% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F039CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F039CF is #0FC630. Grayscale: #808080. Windows color (decimal): -1033777 or 13580784. OLE color: 13580784.

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

Color convert

RGB 240 57 207 -
CMYK 0 0.76 0.14 0.06
HSL 310.82º 0.86% 0.58% -
HSV(B) 310.82º 0.76% 0.94% -
XYZ 48.66 25.96 61.48 -
YUV 128.82 172.13 207.3 -
System Red Green Blue C M Y K H S L
Decimal 240 57 207 0 0.76 0.14 0.06 310.82 0.86 0.58
Hex F0 39 CF 0 4C E 6 137 56 3A
Octal 360 71 317 0 114 16 6 467 126 72
Binary 11110000 111001 11001111 0 1001100 1110 110 100110111 1010110 111010

Color Harmonies of #F039CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F039CF

Black with #F039CF

Text Example


Text Example

White with #F039CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F039CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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