Html Css Color HEX #F040D8 Razzle Dazzle Rose

📋 copy color: '#F040D8'

red 240 ◦ green 64 ◦ blue 216

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

Shades of Razzle Dazzle Rose #F040D8

Tints of Razzle Dazzle Rose #F040D8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.31%

 BLUE value IS 216 (84.77% from 255) = 41.54%

R = 46.15%
G = 12.31%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F040D8 (or 0xF040D8) is known color: Razzle Dazzle Rose. HEX triplet: F0, 40 and D8. RGB value is (240,64,216). Sum of RGB (Red+Green+Blue) = 240+64+216=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 64 (25.39% from 255 or 12.31% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F040D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040D8 is #0FBF27. Grayscale: #858585. Windows color (decimal): -1031976 or 14172400. OLE color: 14172400.

HSL color Cylindrical-coordinate representation of color #F040D8: hue angle of 308.18º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F040D8 is Cyan = 0, Magento = 0.73, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 64 216 -
CMYK 0 0.73 0.1 0.06
HSL 308.18º 0.85% 0.6% -
HSV(B) 308.18º 0.73% 0.94% -
XYZ 50.16 27.15 67.56 -
YUV 133.95 174.31 203.64 -
System Red Green Blue C M Y K H S L
Decimal 240 64 216 0 0.73 0.1 0.06 308.18 0.85 0.6
Hex F0 40 D8 0 49 A 6 134 55 3C
Octal 360 100 330 0 111 12 6 464 125 74
Binary 11110000 1000000 11011000 0 1001001 1010 110 100110100 1010101 111100

Color Harmonies of #F040D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F040D8

Black with #F040D8

Text Example


Text Example

White with #F040D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F040D8; }

 p { color: rgb(240,64,216); }

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

background-color css

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

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

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

border-color css

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

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

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