#F63CB1

Color #F63CB1 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #F63CB1

Tints of Persian Rose #F63CB1

Color information

#F63CB1 (or 0xF63CB1) is unknown color: approx Persian Rose. HEX triplet: F6, 3C and B1. RGB value is (246,60,177). Sum of RGB (Red+Green+Blue) = 246+60+177=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63CB1 is #09C34E. Grayscale: #808080. Windows color (decimal): -639823 or 11615478. OLE color: 11615478.

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

Color convert

RGB24660177-
CMYK00.760.280.04
HSL322.26º91.18%60%-
HSV(B)322.26º75.61%96.47%-
XYZ47.562644.11-
YUV128.95155.12211.49-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.93%
GREEN value IS 60 (23.83% from 255) = 12.42%
BLUE value IS 177 (69.53% from 255) = 36.65%
R=50.93%
G=12.42%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466017700.760.280.04322.2691.1860
HexF63CB104C1C41425b3c
Octal36674261011434450213374
Binary111101101111001011000101001100111001001010000101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63CB1; }

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

 H1.HeaderClassName
 {
   color: #F63CB1;
 }
 .AnyTagClassName
 {
   color: #F63CB1;
 }
</style>
background-color css

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

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

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

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

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

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