Html Css Color HEX #F940DD Razzle Dazzle Rose

📋 copy color: '#F940DD'

red 249 ◦ green 64 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F940DD

Tints of Razzle Dazzle Rose #F940DD

RGB

 RED value IS 249 (97.66% from 255) = 46.63%

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

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 46.63%
G = 11.99%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F940DD (or 0xF940DD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 40 and DD. RGB value is (249,64,221). Sum of RGB (Red+Green+Blue) = 249+64+221=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 64 (25.39% from 255 or 11.99% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F940DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F940DD is #06BF22. Grayscale: #888888. Windows color (decimal): -442147 or 14500089. OLE color: 14500089.

HSL color Cylindrical-coordinate representation of color #F940DD: hue angle of 309.08º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F940DD is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 64 221 -
CMYK 0 0.74 0.11 0.02
HSL 309.08º 0.94% 0.61% -
HSV(B) 309.08º 0.74% 0.98% -
XYZ 53.95 29.03 71.17 -
YUV 137.21 175.29 207.73 -
System Red Green Blue C M Y K H S L
Decimal 249 64 221 0 0.74 0.11 0.02 309.08 0.94 0.61
Hex F9 40 DD 0 4A B 2 135 5E 3D
Octal 371 100 335 0 112 13 2 465 136 75
Binary 11111001 1000000 11011101 0 1001010 1011 10 100110101 1011110 111101

Color Harmonies of #F940DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F940DD

Black with #F940DD

Text Example


Text Example

White with #F940DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F940DD; }

 p { color: rgb(249,64,221); }

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

background-color css

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

 a { background-color: rgb(249,64,221); }

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

border-color css

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

 span { border-color: rgb(249,64,221); }

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