Html Css Color HEX #F63CDD Razzle Dazzle Rose

📋 copy color: '#F63CDD'

red 246 ◦ green 60 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F63CDD

Tints of Razzle Dazzle Rose #F63CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 46.68%
G = 11.39%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F63CDD (or 0xF63CDD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3C and DD. RGB value is (246,60,221). Sum of RGB (Red+Green+Blue) = 246+60+221=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 60 (23.83% from 255 or 11.39% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63CDD is #09C322. Grayscale: #858585. Windows color (decimal): -639779 or 14499062. OLE color: 14499062.

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

Color convert

RGB 246 60 221 -
CMYK 0 0.76 0.10 0.04
HSL 308.06º 0.91% 0.6% -
HSV(B) 308.06º 0.76% 0.96% -
XYZ 52.67 28.05 71.04 -
YUV 133.97 177.12 207.91 -
System Red Green Blue C M Y K H S L
Decimal 246 60 221 0 0.76 0.10 0.04 308.06 0.91 0.6
Hex F6 3C DD 0 4C A 4 134 5B 3C
Octal 366 74 335 0 114 12 4 464 133 74
Binary 11110110 111100 11011101 0 1001100 1010 100 100110100 1011011 111100

Color Harmonies of #F63CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63CDD

Black with #F63CDD

Text Example


Text Example

White with #F63CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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