Html Css Color HEX #FE7AC1 Persian Pink

📋 copy color: '#FE7AC1'

red 254 ◦ green 122 ◦ blue 193

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

Shades of Persian Pink #FE7AC1

Tints of Persian Pink #FE7AC1

RGB

 RED value IS 254 (99.61% from 255) = 44.64%

 GREEN value IS 122 (48.05% from 255) = 21.44%

 BLUE value IS 193 (75.78% from 255) = 33.92%

R = 44.64%
G = 21.44%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE7AC1 (or 0xFE7AC1) is known color: Persian Pink. HEX triplet: FE, 7A and C1. RGB value is (254,122,193). Sum of RGB (Red+Green+Blue) = 254+122+193=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7AC1 is #01853E. Grayscale: #A9A9A9. Windows color (decimal): -99647 or 12679934. OLE color: 12679934.

HSL color Cylindrical-coordinate representation of color #FE7AC1: hue angle of 327.73º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7AC1 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 122 193 -
CMYK 0 0.52 0.24 0.00
HSL 327.73º 0.99% 0.74% -
HSV(B) 327.73º 0.52% 1% -
XYZ 57.46 38.84 54.92 -
YUV 169.56 141.23 188.23 -
System Red Green Blue C M Y K H S L
Decimal 254 122 193 0 0.52 0.24 0.00 327.73 0.99 0.74
Hex FE 7A C1 0 34 18 0 148 63 4A
Octal 376 172 301 0 64 30 0 510 143 112
Binary 11111110 1111010 11000001 0 110100 11000 0 101001000 1100011 1001010

Color Harmonies of #FE7AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7AC1

Black with #FE7AC1

Text Example


Text Example

White with #FE7AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7AC1; }

 p { color: rgb(254,122,193); }

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

background-color css

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

 a { background-color: rgb(254,122,193); }

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

border-color css

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

 span { border-color: rgb(254,122,193); }

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