Html Css Color HEX #F037C3 Razzle Dazzle Rose

📋 copy color: '#F037C3'

red 240 ◦ green 55 ◦ blue 195

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

Shades of Razzle Dazzle Rose #F037C3

Tints of Razzle Dazzle Rose #F037C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.8%

R = 48.98%
G = 11.22%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F037C3 (or 0xF037C3) is known color: Razzle Dazzle Rose. HEX triplet: F0, 37 and C3. RGB value is (240,55,195). Sum of RGB (Red+Green+Blue) = 240+55+195=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 55 (21.88% from 255 or 11.22% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F037C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F037C3 is #0FC83C. Grayscale: #7D7D7D. Windows color (decimal): -1034301 or 12793840. OLE color: 12793840.

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

Color convert

RGB 240 55 195 -
CMYK 0 0.77 0.19 0.06
HSL 314.59º 0.86% 0.58% -
HSV(B) 314.59º 0.77% 0.94% -
XYZ 47.15 25.2 54.01 -
YUV 126.28 166.79 209.12 -
System Red Green Blue C M Y K H S L
Decimal 240 55 195 0 0.77 0.19 0.06 314.59 0.86 0.58
Hex F0 37 C3 0 4D 13 6 13B 56 3A
Octal 360 67 303 0 115 23 6 473 126 72
Binary 11110000 110111 11000011 0 1001101 10011 110 100111011 1010110 111010

Color Harmonies of #F037C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F037C3

Black with #F037C3

Text Example


Text Example

White with #F037C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F037C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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