Html Css Color HEX #F63CE1 Razzle Dazzle Rose

📋 copy color: '#F63CE1'

red 246 ◦ green 60 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F63CE1

Tints of Razzle Dazzle Rose #F63CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.37%

R = 46.33%
G = 11.3%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F63CE1 (or 0xF63CE1) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3C and E1. RGB value is (246,60,225). Sum of RGB (Red+Green+Blue) = 246+60+225=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 60 (23.83% from 255 or 11.30% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63CE1 is #09C31E. Grayscale: #858585. Windows color (decimal): -639775 or 14761206. OLE color: 14761206.

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

Color convert

RGB 246 60 225 -
CMYK 0 0.76 0.09 0.04
HSL 306.77º 0.91% 0.6% -
HSV(B) 306.77º 0.76% 0.96% -
XYZ 53.21 28.26 73.88 -
YUV 134.42 179.12 207.58 -
System Red Green Blue C M Y K H S L
Decimal 246 60 225 0 0.76 0.09 0.04 306.77 0.91 0.6
Hex F6 3C E1 0 4C 9 4 133 5B 3C
Octal 366 74 341 0 114 11 4 463 133 74
Binary 11110110 111100 11100001 0 1001100 1001 100 100110011 1011011 111100

Color Harmonies of #F63CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63CE1

Black with #F63CE1

Text Example


Text Example

White with #F63CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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