Html Css Color HEX #FC74BD Persian Pink

📋 copy color: '#FC74BD'

red 252 ◦ green 116 ◦ blue 189

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

Shades of Persian Pink #FC74BD

Tints of Persian Pink #FC74BD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.83%

 BLUE value IS 189 (74.22% from 255) = 33.93%

R = 45.24%
G = 20.83%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC74BD (or 0xFC74BD) is known color: Persian Pink. HEX triplet: FC, 74 and BD. RGB value is (252,116,189). Sum of RGB (Red+Green+Blue) = 252+116+189=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74BD is #038B42. Grayscale: #A4A4A4. Windows color (decimal): -232259 or 12416252. OLE color: 12416252.

HSL color Cylindrical-coordinate representation of color #FC74BD: hue angle of 327.79º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC74BD is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 116 189 -
CMYK 0 0.54 0.25 0.01
HSL 327.79º 0.96% 0.72% -
HSV(B) 327.79º 0.54% 0.99% -
XYZ 55.58 36.86 52.33 -
YUV 164.99 141.56 190.06 -
System Red Green Blue C M Y K H S L
Decimal 252 116 189 0 0.54 0.25 0.01 327.79 0.96 0.72
Hex FC 74 BD 0 36 19 1 148 60 48
Octal 374 164 275 0 66 31 1 510 140 110
Binary 11111100 1110100 10111101 0 110110 11001 1 101001000 1100000 1001000

Color Harmonies of #FC74BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74BD

Black with #FC74BD

Text Example


Text Example

White with #FC74BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74BD; }

 p { color: rgb(252,116,189); }

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

background-color css

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

 a { background-color: rgb(252,116,189); }

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

border-color css

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

 span { border-color: rgb(252,116,189); }

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