Html Css Color HEX #F037DA Razzle Dazzle Rose

📋 copy color: '#F037DA'

red 240 ◦ green 55 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F037DA

Tints of Razzle Dazzle Rose #F037DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 46.78%
G = 10.72%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F037DA (or 0xF037DA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 37 and DA. RGB value is (240,55,218). Sum of RGB (Red+Green+Blue) = 240+55+218=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 55 (21.88% from 255 or 10.72% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F037DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F037DA is #0FC825. Grayscale: #808080. Windows color (decimal): -1034278 or 14301168. OLE color: 14301168.

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

Color convert

RGB 240 55 218 -
CMYK 0 0.77 0.09 0.06
HSL 307.14º 0.86% 0.58% -
HSV(B) 307.14º 0.77% 0.94% -
XYZ 49.96 26.32 68.78 -
YUV 128.9 178.29 207.25 -
System Red Green Blue C M Y K H S L
Decimal 240 55 218 0 0.77 0.09 0.06 307.14 0.86 0.58
Hex F0 37 DA 0 4D 9 6 133 56 3A
Octal 360 67 332 0 115 11 6 463 126 72
Binary 11110000 110111 11011010 0 1001101 1001 110 100110011 1010110 111010

Color Harmonies of #F037DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F037DA

Black with #F037DA

Text Example


Text Example

White with #F037DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F037DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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