Html Css Color HEX #FF7AB4 Persian Pink

📋 copy color: '#FF7AB4'

red 255 ◦ green 122 ◦ blue 180

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

Shades of Persian Pink #FF7AB4

Tints of Persian Pink #FF7AB4

RGB

 RED value IS 255 (100% from 255) = 45.78%

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

 BLUE value IS 180 (70.7% from 255) = 32.32%

R = 45.78%
G = 21.9%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF7AB4 (or 0xFF7AB4) is known color: Persian Pink. HEX triplet: FF, 7A and B4. RGB value is (255,122,180). Sum of RGB (Red+Green+Blue) = 255+122+180=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7AB4 is #00854B. Grayscale: #A8A8A8. Windows color (decimal): -34124 or 11827967. OLE color: 11827967.

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

Color convert

RGB 255 122 180 -
CMYK 0 0.52 0.29 0
HSL 333.83º 1% 0.74% -
HSV(B) 333.83º 0.52% 1% -
XYZ 56.44 38.47 47.63 -
YUV 168.38 134.56 189.78 -
System Red Green Blue C M Y K H S L
Decimal 255 122 180 0 0.52 0.29 0 333.83 1 0.74
Hex FF 7A B4 0 34 1D 0 14E 64 4A
Octal 377 172 264 0 64 35 0 516 144 112
Binary 11111111 1111010 10110100 0 110100 11101 0 101001110 1100100 1001010

Color Harmonies of #FF7AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7AB4

Black with #FF7AB4

Text Example


Text Example

White with #FF7AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7AB4; }

 p { color: rgb(255,122,180); }

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

background-color css

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

 a { background-color: rgb(255,122,180); }

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

border-color css

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

 span { border-color: rgb(255,122,180); }

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