Html Css Color HEX #FF7FBC Persian Pink

📋 copy color: '#FF7FBC'

red 255 ◦ green 127 ◦ blue 188

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

Shades of Persian Pink #FF7FBC

Tints of Persian Pink #FF7FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.98%

R = 44.74%
G = 22.28%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FF7FBC (or 0xFF7FBC) is known color: Persian Pink. HEX triplet: FF, 7F and BC. RGB value is (255,127,188). Sum of RGB (Red+Green+Blue) = 255+127+188=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FBC is #008043. Grayscale: #ACACAC. Windows color (decimal): -32836 or 12353535. OLE color: 12353535.

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

Color convert

RGB 255 127 188 -
CMYK 0 0.50 0.26 0
HSL 331.41º 1% 0.75% -
HSV(B) 331.41º 0.5% 1% -
XYZ 57.91 40.07 52.26 -
YUV 172.23 136.91 187.04 -
System Red Green Blue C M Y K H S L
Decimal 255 127 188 0 0.50 0.26 0 331.41 1 0.75
Hex FF 7F BC 0 32 1A 0 14B 64 4B
Octal 377 177 274 0 62 32 0 513 144 113
Binary 11111111 1111111 10111100 0 110010 11010 0 101001011 1100100 1001011

Color Harmonies of #FF7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FBC

Black with #FF7FBC

Text Example


Text Example

White with #FF7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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