Html Css Color HEX #F920DF Razzle Dazzle Rose

📋 copy color: '#F920DF'

red 249 ◦ green 32 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F920DF

Tints of Razzle Dazzle Rose #F920DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 49.4%
G = 6.35%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F920DF (or 0xF920DF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 20 and DF. RGB value is (249,32,223). Sum of RGB (Red+Green+Blue) = 249+32+223=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 32 (12.89% from 255 or 6.35% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F920DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F920DF is #06DF20. Grayscale: #767676. Windows color (decimal): -450337 or 14622969. OLE color: 14622969.

HSL color Cylindrical-coordinate representation of color #F920DF: hue angle of 307.19º 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 #F920DF is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 32 223 -
CMYK 0 0.87 0.10 0.02
HSL 307.19º 0.95% 0.55% -
HSV(B) 307.19º 0.87% 0.98% -
XYZ 52.9 26.5 72.14 -
YUV 118.66 186.89 220.97 -
System Red Green Blue C M Y K H S L
Decimal 249 32 223 0 0.87 0.10 0.02 307.19 0.95 0.55
Hex F9 20 DF 0 57 A 2 133 5F 37
Octal 371 40 337 0 127 12 2 463 137 67
Binary 11111001 100000 11011111 0 1010111 1010 10 100110011 1011111 110111

Color Harmonies of #F920DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F920DF

Black with #F920DF

Text Example


Text Example

White with #F920DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F920DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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