Html Css Color HEX #F039BA Razzle Dazzle Rose

📋 copy color: '#F039BA'

red 240 ◦ green 57 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F039BA

Tints of Razzle Dazzle Rose #F039BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 49.69%
G = 11.8%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F039BA (or 0xF039BA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 39 and BA. RGB value is (240,57,186). Sum of RGB (Red+Green+Blue) = 240+57+186=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 57 (22.66% from 255 or 11.80% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F039BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F039BA is #0FC645. Grayscale: #7E7E7E. Windows color (decimal): -1033798 or 12204528. OLE color: 12204528.

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

Color convert

RGB 240 57 186 -
CMYK 0 0.76 0.22 0.06
HSL 317.7º 0.86% 0.58% -
HSV(B) 317.7º 0.76% 0.94% -
XYZ 46.26 25 48.84 -
YUV 126.42 161.63 209.01 -
System Red Green Blue C M Y K H S L
Decimal 240 57 186 0 0.76 0.22 0.06 317.7 0.86 0.58
Hex F0 39 BA 0 4C 16 6 13E 56 3A
Octal 360 71 272 0 114 26 6 476 126 72
Binary 11110000 111001 10111010 0 1001100 10110 110 100111110 1010110 111010

Color Harmonies of #F039BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F039BA

Black with #F039BA

Text Example


Text Example

White with #F039BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F039BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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