Html Css Color HEX #F63CC0 Razzle Dazzle Rose

📋 copy color: '#F63CC0'

red 246 ◦ green 60 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F63CC0

Tints of Razzle Dazzle Rose #F63CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.55%

R = 49.4%
G = 12.05%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F63CC0 (or 0xF63CC0) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3C and C0. RGB value is (246,60,192). Sum of RGB (Red+Green+Blue) = 246+60+192=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63CC0 is #09C33F. Grayscale: #828282. Windows color (decimal): -639808 or 12598518. OLE color: 12598518.

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

Color convert

RGB 246 60 192 -
CMYK 0 0.76 0.22 0.04
HSL 317.42º 0.91% 0.6% -
HSV(B) 317.42º 0.76% 0.96% -
XYZ 49.14 26.63 52.42 -
YUV 130.66 162.62 210.27 -
System Red Green Blue C M Y K H S L
Decimal 246 60 192 0 0.76 0.22 0.04 317.42 0.91 0.6
Hex F6 3C C0 0 4C 16 4 13D 5B 3C
Octal 366 74 300 0 114 26 4 475 133 74
Binary 11110110 111100 11000000 0 1001100 10110 100 100111101 1011011 111100

Color Harmonies of #F63CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63CC0

Black with #F63CC0

Text Example


Text Example

White with #F63CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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