Html Css Color HEX #FF7ABE Persian Pink

📋 copy color: '#FF7ABE'

red 255 ◦ green 122 ◦ blue 190

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

Shades of Persian Pink #FF7ABE

Tints of Persian Pink #FF7ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.51%

R = 44.97%
G = 21.52%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF7ABE (or 0xFF7ABE) is known color: Persian Pink. HEX triplet: FF, 7A and BE. RGB value is (255,122,190). Sum of RGB (Red+Green+Blue) = 255+122+190=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ABE is #008541. Grayscale: #A9A9A9. Windows color (decimal): -34114 or 12483327. OLE color: 12483327.

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

Color convert

RGB 255 122 190 -
CMYK 0 0.52 0.25 0
HSL 329.32º 1% 0.74% -
HSV(B) 329.32º 0.52% 1% -
XYZ 57.49 38.9 53.19 -
YUV 169.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 255 122 190 0 0.52 0.25 0 329.32 1 0.74
Hex FF 7A BE 0 34 19 0 149 64 4A
Octal 377 172 276 0 64 31 0 511 144 112
Binary 11111111 1111010 10111110 0 110100 11001 0 101001001 1100100 1001010

Color Harmonies of #FF7ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7ABE

Black with #FF7ABE

Text Example


Text Example

White with #FF7ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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