Html Css Color HEX #F63BAB Persian Rose

📋 copy color: '#F63BAB'

red 246 ◦ green 59 ◦ blue 171

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

Shades of Persian Rose #F63BAB

Tints of Persian Rose #F63BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.92%

R = 51.68%
G = 12.39%
B = 35.92%

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

#F63BAB (or 0xF63BAB) is known color: Persian Rose. HEX triplet: F6, 3B and AB. RGB value is (246,59,171). Sum of RGB (Red+Green+Blue) = 246+59+171=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63BAB is #09C454. Grayscale: #7F7F7F. Windows color (decimal): -640085 or 11222006. OLE color: 11222006.

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

Color convert

RGB 246 59 171 -
CMYK 0 0.76 0.30 0.04
HSL 324.06º 0.91% 0.6% -
HSV(B) 324.06º 0.76% 0.96% -
XYZ 46.92 25.66 41.01 -
YUV 127.68 152.45 212.39 -
System Red Green Blue C M Y K H S L
Decimal 246 59 171 0 0.76 0.30 0.04 324.06 0.91 0.6
Hex F6 3B AB 0 4C 1E 4 144 5B 3C
Octal 366 73 253 0 114 36 4 504 133 74
Binary 11110110 111011 10101011 0 1001100 11110 100 101000100 1011011 111100

Color Harmonies of #F63BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63BAB

Black with #F63BAB

Text Example


Text Example

White with #F63BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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