Html Css Color HEX #FF7FBA Persian Pink

📋 copy color: '#FF7FBA'

red 255 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #FF7FBA

Tints of Persian Pink #FF7FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 22.36%

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

R = 44.89%
G = 22.36%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF7FBA (or 0xFF7FBA) is known color: Persian Pink. HEX triplet: FF, 7F and BA. RGB value is (255,127,186). Sum of RGB (Red+Green+Blue) = 255+127+186=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FBA is #008045. Grayscale: #ABABAB. Windows color (decimal): -32838 or 12222463. OLE color: 12222463.

HSL color Cylindrical-coordinate representation of color #FF7FBA: hue angle of 332.34º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7FBA is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 127 186 -
CMYK 0 0.50 0.27 0
HSL 332.34º 1% 0.75% -
HSV(B) 332.34º 0.5% 1% -
XYZ 57.69 39.98 51.13 -
YUV 172 135.91 187.2 -
System Red Green Blue C M Y K H S L
Decimal 255 127 186 0 0.50 0.27 0 332.34 1 0.75
Hex FF 7F BA 0 32 1B 0 14C 64 4B
Octal 377 177 272 0 62 33 0 514 144 113
Binary 11111111 1111111 10111010 0 110010 11011 0 101001100 1100100 1001011

Color Harmonies of #FF7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FBA

Black with #FF7FBA

Text Example


Text Example

White with #FF7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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