Html Css Color HEX #F63FDC Razzle Dazzle Rose

📋 copy color: '#F63FDC'

red 246 ◦ green 63 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F63FDC

Tints of Razzle Dazzle Rose #F63FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 11.91%

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 46.5%
G = 11.91%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F63FDC (or 0xF63FDC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3F and DC. RGB value is (246,63,220). Sum of RGB (Red+Green+Blue) = 246+63+220=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 63 (25% from 255 or 11.91% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63FDC is #09C023. Grayscale: #878787. Windows color (decimal): -639012 or 14434294. OLE color: 14434294.

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

Color convert

RGB 246 63 220 -
CMYK 0 0.74 0.11 0.04
HSL 308.52º 0.91% 0.61% -
HSV(B) 308.52º 0.74% 0.96% -
XYZ 52.7 28.32 70.4 -
YUV 135.62 175.63 206.73 -
System Red Green Blue C M Y K H S L
Decimal 246 63 220 0 0.74 0.11 0.04 308.52 0.91 0.61
Hex F6 3F DC 0 4A B 4 135 5B 3D
Octal 366 77 334 0 112 13 4 465 133 75
Binary 11110110 111111 11011100 0 1001010 1011 100 100110101 1011011 111101

Color Harmonies of #F63FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63FDC

Black with #F63FDC

Text Example


Text Example

White with #F63FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63FDC; }

 p { color: rgb(246,63,220); }

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

background-color css

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

 a { background-color: rgb(246,63,220); }

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

border-color css

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

 span { border-color: rgb(246,63,220); }

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