Html Css Color HEX #FF7ABA Persian Pink

📋 copy color: '#FF7ABA'

red 255 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #FF7ABA

Tints of Persian Pink #FF7ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.04%

R = 45.29%
G = 21.67%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF7ABA (or 0xFF7ABA) is known color: Persian Pink. HEX triplet: FF, 7A and BA. RGB value is (255,122,186). Sum of RGB (Red+Green+Blue) = 255+122+186=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ABA is #008545. Grayscale: #A8A8A8. Windows color (decimal): -34118 or 12221183. OLE color: 12221183.

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

Color convert

RGB 255 122 186 -
CMYK 0 0.52 0.27 0
HSL 331.13º 1% 0.74% -
HSV(B) 331.13º 0.52% 1% -
XYZ 57.06 38.72 50.92 -
YUV 169.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 255 122 186 0 0.52 0.27 0 331.13 1 0.74
Hex FF 7A BA 0 34 1B 0 14B 64 4A
Octal 377 172 272 0 64 33 0 513 144 112
Binary 11111111 1111010 10111010 0 110100 11011 0 101001011 1100100 1001010

Color Harmonies of #FF7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7ABA

Black with #FF7ABA

Text Example


Text Example

White with #FF7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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