Html Css Color HEX #FC38AB Persian Rose

📋 copy color: '#FC38AB'

red 252 ◦ green 56 ◦ blue 171

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

Shades of Persian Rose #FC38AB

Tints of Persian Rose #FC38AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.69%

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

R = 52.61%
G = 11.69%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC38AB (or 0xFC38AB) is known color: Persian Rose. HEX triplet: FC, 38 and AB. RGB value is (252,56,171). Sum of RGB (Red+Green+Blue) = 252+56+171=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC38AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC38AB is #03C754. Grayscale: #7F7F7F. Windows color (decimal): -247637 or 11221244. OLE color: 11221244.

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

Color convert

RGB 252 56 171 -
CMYK 0 0.78 0.32 0.01
HSL 324.8º 0.97% 0.6% -
HSV(B) 324.8º 0.78% 0.99% -
XYZ 48.91 26.46 41.06 -
YUV 127.71 152.43 216.65 -
System Red Green Blue C M Y K H S L
Decimal 252 56 171 0 0.78 0.32 0.01 324.8 0.97 0.6
Hex FC 38 AB 0 4E 20 1 145 61 3C
Octal 374 70 253 0 116 40 1 505 141 74
Binary 11111100 111000 10101011 0 1001110 100000 1 101000101 1100001 111100

Color Harmonies of #FC38AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC38AB

Black with #FC38AB

Text Example


Text Example

White with #FC38AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC38AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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