Html Css Color HEX #FC26AB Persian Rose

📋 copy color: '#FC26AB'

red 252 ◦ green 38 ◦ blue 171

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

Shades of Persian Rose #FC26AB

Tints of Persian Rose #FC26AB

RGB

 RED value IS 252 (98.83% from 255) = 54.66%

 GREEN value IS 38 (15.23% from 255) = 8.24%

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

R = 54.66%
G = 8.24%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC26AB (or 0xFC26AB) is known color: Persian Rose. HEX triplet: FC, 26 and AB. RGB value is (252,38,171). Sum of RGB (Red+Green+Blue) = 252+38+171=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 38 (15.23% from 255 or 8.24% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC26AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC26AB is #03D954. Grayscale: #747474. Windows color (decimal): -252245 or 11216636. OLE color: 11216636.

HSL color Cylindrical-coordinate representation of color #FC26AB: hue angle of 322.71º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC26AB is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 38 171 -
CMYK 0 0.85 0.32 0.01
HSL 322.71º 0.97% 0.57% -
HSV(B) 322.71º 0.85% 0.99% -
XYZ 48.19 25.02 40.82 -
YUV 117.15 158.4 224.19 -
System Red Green Blue C M Y K H S L
Decimal 252 38 171 0 0.85 0.32 0.01 322.71 0.97 0.57
Hex FC 26 AB 0 55 20 1 143 61 39
Octal 374 46 253 0 125 40 1 503 141 71
Binary 11111100 100110 10101011 0 1010101 100000 1 101000011 1100001 111001

Color Harmonies of #FC26AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC26AB

Black with #FC26AB

Text Example


Text Example

White with #FC26AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC26AB; }

 p { color: rgb(252,38,171); }

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

background-color css

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

 a { background-color: rgb(252,38,171); }

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

border-color css

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

 span { border-color: rgb(252,38,171); }

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