Html Css Color HEX #FF7AB6 Persian Pink

📋 copy color: '#FF7AB6'

red 255 ◦ green 122 ◦ blue 182

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

Shades of Persian Pink #FF7AB6

Tints of Persian Pink #FF7AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.56%

R = 45.62%
G = 21.82%
B = 32.56%

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

#FF7AB6 (or 0xFF7AB6) is known color: Persian Pink. HEX triplet: FF, 7A and B6. RGB value is (255,122,182). Sum of RGB (Red+Green+Blue) = 255+122+182=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7AB6 is #008549. Grayscale: #A8A8A8. Windows color (decimal): -34122 or 11959039. OLE color: 11959039.

HSL color Cylindrical-coordinate representation of color #FF7AB6: hue angle of 332.93º 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 #FF7AB6 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 122 182 -
CMYK 0 0.52 0.29 0
HSL 332.93º 1% 0.74% -
HSV(B) 332.93º 0.52% 1% -
XYZ 56.64 38.56 48.71 -
YUV 168.61 135.56 189.62 -
System Red Green Blue C M Y K H S L
Decimal 255 122 182 0 0.52 0.29 0 332.93 1 0.74
Hex FF 7A B6 0 34 1D 0 14D 64 4A
Octal 377 172 266 0 64 35 0 515 144 112
Binary 11111111 1111010 10110110 0 110100 11101 0 101001101 1100100 1001010

Color Harmonies of #FF7AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7AB6

Black with #FF7AB6

Text Example


Text Example

White with #FF7AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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