Html Css Color HEX #F63CCD Razzle Dazzle Rose

📋 copy color: '#F63CCD'

red 246 ◦ green 60 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F63CCD

Tints of Razzle Dazzle Rose #F63CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 48.14%
G = 11.74%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F63CCD (or 0xF63CCD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3C and CD. RGB value is (246,60,205). Sum of RGB (Red+Green+Blue) = 246+60+205=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 60 (23.83% from 255 or 11.74% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63CCD is #09C332. Grayscale: #838383. Windows color (decimal): -639795 or 13450486. OLE color: 13450486.

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

Color convert

RGB 246 60 205 -
CMYK 0 0.76 0.17 0.04
HSL 313.23º 0.91% 0.6% -
HSV(B) 313.23º 0.76% 0.96% -
XYZ 50.64 27.23 60.34 -
YUV 132.14 169.12 209.21 -
System Red Green Blue C M Y K H S L
Decimal 246 60 205 0 0.76 0.17 0.04 313.23 0.91 0.6
Hex F6 3C CD 0 4C 11 4 139 5B 3C
Octal 366 74 315 0 114 21 4 471 133 74
Binary 11110110 111100 11001101 0 1001100 10001 100 100111001 1011011 111100

Color Harmonies of #F63CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63CCD

Black with #F63CCD

Text Example


Text Example

White with #F63CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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