Html Css Color HEX #F63CAC Persian Rose

📋 copy color: '#F63CAC'

red 246 ◦ green 60 ◦ blue 172

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

Shades of Persian Rose #F63CAC

Tints of Persian Rose #F63CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.98%

R = 51.46%
G = 12.55%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F63CAC (or 0xF63CAC) is known color: Persian Rose. HEX triplet: F6, 3C and AC. RGB value is (246,60,172). Sum of RGB (Red+Green+Blue) = 246+60+172=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63CAC is #09C353. Grayscale: #808080. Windows color (decimal): -639828 or 11287798. OLE color: 11287798.

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

Color convert

RGB 246 60 172 -
CMYK 0 0.76 0.30 0.04
HSL 323.87º 0.91% 0.6% -
HSV(B) 323.87º 0.76% 0.96% -
XYZ 47.07 25.8 41.53 -
YUV 128.38 152.62 211.89 -
System Red Green Blue C M Y K H S L
Decimal 246 60 172 0 0.76 0.30 0.04 323.87 0.91 0.6
Hex F6 3C AC 0 4C 1E 4 144 5B 3C
Octal 366 74 254 0 114 36 4 504 133 74
Binary 11110110 111100 10101100 0 1001100 11110 100 101000100 1011011 111100

Color Harmonies of #F63CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63CAC

Black with #F63CAC

Text Example


Text Example

White with #F63CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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