Html Css Color HEX #F63BAC Persian Rose

📋 copy color: '#F63BAC'

red 246 ◦ green 59 ◦ blue 172

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

Shades of Persian Rose #F63BAC

Tints of Persian Rose #F63BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.37%

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

R = 51.57%
G = 12.37%
B = 36.06%

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

#F63BAC (or 0xF63BAC) is known color: Persian Rose. HEX triplet: F6, 3B and AC. RGB value is (246,59,172). Sum of RGB (Red+Green+Blue) = 246+59+172=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63BAC is #09C453. Grayscale: #7F7F7F. Windows color (decimal): -640084 or 11287542. OLE color: 11287542.

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

Color convert

RGB 246 59 172 -
CMYK 0 0.76 0.30 0.04
HSL 323.74º 0.91% 0.6% -
HSV(B) 323.74º 0.76% 0.96% -
XYZ 47.02 25.7 41.51 -
YUV 127.8 152.95 212.31 -
System Red Green Blue C M Y K H S L
Decimal 246 59 172 0 0.76 0.30 0.04 323.74 0.91 0.6
Hex F6 3B AC 0 4C 1E 4 144 5B 3C
Octal 366 73 254 0 114 36 4 504 133 74
Binary 11110110 111011 10101100 0 1001100 11110 100 101000100 1011011 111100

Color Harmonies of #F63BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63BAC

Black with #F63BAC

Text Example


Text Example

White with #F63BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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