Html Css Color HEX #F620D2 Razzle Dazzle Rose

📋 copy color: '#F620D2'

red 246 ◦ green 32 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F620D2

Tints of Razzle Dazzle Rose #F620D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.03%

R = 50.41%
G = 6.56%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F620D2 (or 0xF620D2) is known color: Razzle Dazzle Rose. HEX triplet: F6, 20 and D2. RGB value is (246,32,210). Sum of RGB (Red+Green+Blue) = 246+32+210=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 32 (12.89% from 255 or 6.56% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F620D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F620D2 is #09DF2D. Grayscale: #737373. Windows color (decimal): -646958 or 13770998. OLE color: 13770998.

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

Color convert

RGB 246 32 210 -
CMYK 0 0.87 0.15 0.04
HSL 310.09º 0.92% 0.55% -
HSV(B) 310.09º 0.87% 0.96% -
XYZ 50.16 25.28 63.21 -
YUV 116.28 180.9 220.53 -
System Red Green Blue C M Y K H S L
Decimal 246 32 210 0 0.87 0.15 0.04 310.09 0.92 0.55
Hex F6 20 D2 0 57 F 4 136 5C 37
Octal 366 40 322 0 127 17 4 466 134 67
Binary 11110110 100000 11010010 0 1010111 1111 100 100110110 1011100 110111

Color Harmonies of #F620D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F620D2

Black with #F620D2

Text Example


Text Example

White with #F620D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F620D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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