Html Css Color HEX #F632CC Razzle Dazzle Rose

📋 copy color: '#F632CC'

red 246 ◦ green 50 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F632CC

Tints of Razzle Dazzle Rose #F632CC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10%

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 49.2%
G = 10%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F632CC (or 0xF632CC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 32 and CC. RGB value is (246,50,204). Sum of RGB (Red+Green+Blue) = 246+50+204=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 50 (19.92% from 255 or 10% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F632CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F632CC is #09CD33. Grayscale: #7D7D7D. Windows color (decimal): -642356 or 13382390. OLE color: 13382390.

HSL color Cylindrical-coordinate representation of color #F632CC: hue angle of 312.86º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F632CC is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 50 204 -
CMYK 0 0.80 0.17 0.04
HSL 312.86º 0.92% 0.58% -
HSV(B) 312.86º 0.8% 0.96% -
XYZ 50.05 26.23 59.55 -
YUV 126.16 171.93 213.48 -
System Red Green Blue C M Y K H S L
Decimal 246 50 204 0 0.80 0.17 0.04 312.86 0.92 0.58
Hex F6 32 CC 0 50 11 4 139 5C 3A
Octal 366 62 314 0 120 21 4 471 134 72
Binary 11110110 110010 11001100 0 1010000 10001 100 100111001 1011100 111010

Color Harmonies of #F632CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F632CC

Black with #F632CC

Text Example


Text Example

White with #F632CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F632CC; }

 p { color: rgb(246,50,204); }

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

background-color css

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

 a { background-color: rgb(246,50,204); }

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

border-color css

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

 span { border-color: rgb(246,50,204); }

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