Html Css Color HEX #F037BA Razzle Dazzle Rose

📋 copy color: '#F037BA'

red 240 ◦ green 55 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F037BA

Tints of Razzle Dazzle Rose #F037BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.43%

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

R = 49.9%
G = 11.43%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F037BA (or 0xF037BA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 37 and BA. RGB value is (240,55,186). Sum of RGB (Red+Green+Blue) = 240+55+186=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F037BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F037BA is #0FC845. Grayscale: #7C7C7C. Windows color (decimal): -1034310 or 12204016. OLE color: 12204016.

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

Color convert

RGB 240 55 186 -
CMYK 0 0.77 0.22 0.06
HSL 317.51º 0.86% 0.58% -
HSV(B) 317.51º 0.77% 0.94% -
XYZ 46.16 24.8 48.81 -
YUV 125.25 162.29 209.85 -
System Red Green Blue C M Y K H S L
Decimal 240 55 186 0 0.77 0.22 0.06 317.51 0.86 0.58
Hex F0 37 BA 0 4D 16 6 13E 56 3A
Octal 360 67 272 0 115 26 6 476 126 72
Binary 11110000 110111 10111010 0 1001101 10110 110 100111110 1010110 111010

Color Harmonies of #F037BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F037BA

Black with #F037BA

Text Example


Text Example

White with #F037BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F037BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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