Html Css Color HEX #F620D9 Razzle Dazzle Rose

📋 copy color: '#F620D9'

red 246 ◦ green 32 ◦ blue 217

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

Shades of Razzle Dazzle Rose #F620D9

Tints of Razzle Dazzle Rose #F620D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.84%

R = 49.7%
G = 6.46%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F620D9 (or 0xF620D9) is known color: Razzle Dazzle Rose. HEX triplet: F6, 20 and D9. RGB value is (246,32,217). Sum of RGB (Red+Green+Blue) = 246+32+217=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 32 (12.89% from 255 or 6.46% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F620D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F620D9 is #09DF26. Grayscale: #747474. Windows color (decimal): -646951 or 14229750. OLE color: 14229750.

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

Color convert

RGB 246 32 217 -
CMYK 0 0.87 0.12 0.04
HSL 308.13º 0.92% 0.55% -
HSV(B) 308.13º 0.87% 0.96% -
XYZ 51.05 25.64 67.9 -
YUV 117.08 184.4 219.96 -
System Red Green Blue C M Y K H S L
Decimal 246 32 217 0 0.87 0.12 0.04 308.13 0.92 0.55
Hex F6 20 D9 0 57 C 4 134 5C 37
Octal 366 40 331 0 127 14 4 464 134 67
Binary 11110110 100000 11011001 0 1010111 1100 100 100110100 1011100 110111

Color Harmonies of #F620D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F620D9

Black with #F620D9

Text Example


Text Example

White with #F620D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F620D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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