Html Css Color HEX #F63CC5 Razzle Dazzle Rose

📋 copy color: '#F63CC5'

red 246 ◦ green 60 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F63CC5

Tints of Razzle Dazzle Rose #F63CC5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.93%

 BLUE value IS 197 (77.34% from 255) = 39.17%

R = 48.91%
G = 11.93%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F63CC5 (or 0xF63CC5) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3C and C5. RGB value is (246,60,197). Sum of RGB (Red+Green+Blue) = 246+60+197=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 60 (23.83% from 255 or 11.93% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63CC5 is #09C33A. Grayscale: #828282. Windows color (decimal): -639803 or 12926198. OLE color: 12926198.

HSL color Cylindrical-coordinate representation of color #F63CC5: hue angle of 315.81º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63CC5 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 60 197 -
CMYK 0 0.76 0.20 0.04
HSL 315.81º 0.91% 0.6% -
HSV(B) 315.81º 0.76% 0.96% -
XYZ 49.7 26.86 55.39 -
YUV 131.23 165.12 209.86 -
System Red Green Blue C M Y K H S L
Decimal 246 60 197 0 0.76 0.20 0.04 315.81 0.91 0.6
Hex F6 3C C5 0 4C 14 4 13C 5B 3C
Octal 366 74 305 0 114 24 4 474 133 74
Binary 11110110 111100 11000101 0 1001100 10100 100 100111100 1011011 111100

Color Harmonies of #F63CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63CC5

Black with #F63CC5

Text Example


Text Example

White with #F63CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63CC5; }

 p { color: rgb(246,60,197); }

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

background-color css

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

 a { background-color: rgb(246,60,197); }

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

border-color css

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

 span { border-color: rgb(246,60,197); }

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