Html Css Color HEX #F920DC Razzle Dazzle Rose

📋 copy color: '#F920DC'

red 249 ◦ green 32 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F920DC

Tints of Razzle Dazzle Rose #F920DC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.39%

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 49.7%
G = 6.39%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F920DC (or 0xF920DC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 20 and DC. RGB value is (249,32,220). Sum of RGB (Red+Green+Blue) = 249+32+220=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 32 (12.89% from 255 or 6.39% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F920DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F920DC is #06DF23. Grayscale: #757575. Windows color (decimal): -450340 or 14426361. OLE color: 14426361.

HSL color Cylindrical-coordinate representation of color #F920DC: hue angle of 308.02º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F920DC is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 32 220 -
CMYK 0 0.87 0.12 0.02
HSL 308.02º 0.95% 0.55% -
HSV(B) 308.02º 0.87% 0.98% -
XYZ 52.5 26.34 70.03 -
YUV 118.32 185.39 221.21 -
System Red Green Blue C M Y K H S L
Decimal 249 32 220 0 0.87 0.12 0.02 308.02 0.95 0.55
Hex F9 20 DC 0 57 C 2 134 5F 37
Octal 371 40 334 0 127 14 2 464 137 67
Binary 11111001 100000 11011100 0 1010111 1100 10 100110100 1011111 110111

Color Harmonies of #F920DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F920DC

Black with #F920DC

Text Example


Text Example

White with #F920DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F920DC; }

 p { color: rgb(249,32,220); }

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

background-color css

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

 a { background-color: rgb(249,32,220); }

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

border-color css

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

 span { border-color: rgb(249,32,220); }

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