Html Css Color HEX #F039BF Razzle Dazzle Rose

📋 copy color: '#F039BF'

red 240 ◦ green 57 ◦ blue 191

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

Shades of Razzle Dazzle Rose #F039BF

Tints of Razzle Dazzle Rose #F039BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.14%

R = 49.18%
G = 11.68%
B = 39.14%

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

#F039BF (or 0xF039BF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 39 and BF. RGB value is (240,57,191). Sum of RGB (Red+Green+Blue) = 240+57+191=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 57 (22.66% from 255 or 11.68% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F039BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F039BF is #0FC640. Grayscale: #7E7E7E. Windows color (decimal): -1033793 or 12532208. OLE color: 12532208.

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

Color convert

RGB 240 57 191 -
CMYK 0 0.76 0.20 0.06
HSL 316.07º 0.86% 0.58% -
HSV(B) 316.07º 0.76% 0.94% -
XYZ 46.8 25.21 51.69 -
YUV 126.99 164.13 208.6 -
System Red Green Blue C M Y K H S L
Decimal 240 57 191 0 0.76 0.20 0.06 316.07 0.86 0.58
Hex F0 39 BF 0 4C 14 6 13C 56 3A
Octal 360 71 277 0 114 24 6 474 126 72
Binary 11110000 111001 10111111 0 1001100 10100 110 100111100 1010110 111010

Color Harmonies of #F039BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F039BF

Black with #F039BF

Text Example


Text Example

White with #F039BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F039BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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