Html Css Color HEX #F037F0 Razzle Dazzle Rose

📋 copy color: '#F037F0'

red 240 ◦ green 55 ◦ blue 240

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

Shades of Razzle Dazzle Rose #F037F0

Tints of Razzle Dazzle Rose #F037F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.86%

R = 44.86%
G = 10.28%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F037F0 (or 0xF037F0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 37 and F0. RGB value is (240,55,240). Sum of RGB (Red+Green+Blue) = 240+55+240=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 55 (21.88% from 255 or 10.28% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F037F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F037F0 is #0FC80F. Grayscale: #828282. Windows color (decimal): -1034256 or 15742960. OLE color: 15742960.

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

Color convert

RGB 240 55 240 -
CMYK 0 0.77 0 0.06
HSL 300º 0.86% 0.58% -
HSV(B) 300º 0.77% 0.94% -
XYZ 53.03 27.55 84.96 -
YUV 131.41 189.29 205.46 -
System Red Green Blue C M Y K H S L
Decimal 240 55 240 0 0.77 0 0.06 300 0.86 0.58
Hex F0 37 F0 0 4D 0 6 12C 56 3A
Octal 360 67 360 0 115 0 6 454 126 72
Binary 11110000 110111 11110000 0 1001101 0 110 100101100 1010110 111010

Color Harmonies of #F037F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F037F0

Black with #F037F0

Text Example


Text Example

White with #F037F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F037F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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