Html Css Color HEX #F620DC Razzle Dazzle Rose

📋 copy color: '#F620DC'

red 246 ◦ green 32 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F620DC

Tints of Razzle Dazzle Rose #F620DC

RGB

 RED value IS 246 (96.48% from 255) = 49.4%

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

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

R = 49.4%
G = 6.43%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F620DC (or 0xF620DC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 20 and DC. RGB value is (246,32,220). Sum of RGB (Red+Green+Blue) = 246+32+220=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 32 (12.89% from 255 or 6.43% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F620DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F620DC is #09DF23. Grayscale: #747474. Windows color (decimal): -646948 or 14426358. OLE color: 14426358.

HSL color Cylindrical-coordinate representation of color #F620DC: hue angle of 307.29º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F620DC is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 32 220 -
CMYK 0 0.87 0.11 0.04
HSL 307.29º 0.92% 0.55% -
HSV(B) 307.29º 0.87% 0.96% -
XYZ 51.44 25.79 69.98 -
YUV 117.42 185.9 219.71 -
System Red Green Blue C M Y K H S L
Decimal 246 32 220 0 0.87 0.11 0.04 307.29 0.92 0.55
Hex F6 20 DC 0 57 B 4 133 5C 37
Octal 366 40 334 0 127 13 4 463 134 67
Binary 11110110 100000 11011100 0 1010111 1011 100 100110011 1011100 110111

Color Harmonies of #F620DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F620DC

Black with #F620DC

Text Example


Text Example

White with #F620DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F620DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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