Html Css Color HEX #F620CC Razzle Dazzle Rose

📋 copy color: '#F620CC'

red 246 ◦ green 32 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F620CC

Tints of Razzle Dazzle Rose #F620CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 51.04%
G = 6.64%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F620CC (or 0xF620CC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 20 and CC. RGB value is (246,32,204). Sum of RGB (Red+Green+Blue) = 246+32+204=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F620CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F620CC is #09DF33. Grayscale: #737373. Windows color (decimal): -646964 or 13377782. OLE color: 13377782.

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

Color convert

RGB 246 32 204 -
CMYK 0 0.87 0.17 0.04
HSL 311.78º 0.92% 0.55% -
HSV(B) 311.78º 0.87% 0.96% -
XYZ 49.42 24.99 59.34 -
YUV 115.59 177.9 221.01 -
System Red Green Blue C M Y K H S L
Decimal 246 32 204 0 0.87 0.17 0.04 311.78 0.92 0.55
Hex F6 20 CC 0 57 11 4 138 5C 37
Octal 366 40 314 0 127 21 4 470 134 67
Binary 11110110 100000 11001100 0 1010111 10001 100 100111000 1011100 110111

Color Harmonies of #F620CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F620CC

Black with #F620CC

Text Example


Text Example

White with #F620CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F620CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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