Html Css Color HEX #F620DD Razzle Dazzle Rose

📋 copy color: '#F620DD'

red 246 ◦ green 32 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F620DD

Tints of Razzle Dazzle Rose #F620DD

RGB

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

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

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

R = 49.3%
G = 6.41%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F620DD (or 0xF620DD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 20 and DD. RGB value is (246,32,221). Sum of RGB (Red+Green+Blue) = 246+32+221=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F620DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F620DD is #09DF22. Grayscale: #747474. Windows color (decimal): -646947 or 14491894. OLE color: 14491894.

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

Color convert

RGB 246 32 221 -
CMYK 0 0.87 0.10 0.04
HSL 307.01º 0.92% 0.55% -
HSV(B) 307.01º 0.87% 0.96% -
XYZ 51.57 25.85 70.68 -
YUV 117.53 186.4 219.63 -
System Red Green Blue C M Y K H S L
Decimal 246 32 221 0 0.87 0.10 0.04 307.01 0.92 0.55
Hex F6 20 DD 0 57 A 4 133 5C 37
Octal 366 40 335 0 127 12 4 463 134 67
Binary 11110110 100000 11011101 0 1010111 1010 100 100110011 1011100 110111

Color Harmonies of #F620DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F620DD

Black with #F620DD

Text Example


Text Example

White with #F620DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F620DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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