Html Css Color HEX #FF7FBB Persian Pink

📋 copy color: '#FF7FBB'

red 255 ◦ green 127 ◦ blue 187

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

Shades of Persian Pink #FF7FBB

Tints of Persian Pink #FF7FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.86%

R = 44.82%
G = 22.32%
B = 32.86%

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

#FF7FBB (or 0xFF7FBB) is known color: Persian Pink. HEX triplet: FF, 7F and BB. RGB value is (255,127,187). Sum of RGB (Red+Green+Blue) = 255+127+187=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FBB is #008044. Grayscale: #ACACAC. Windows color (decimal): -32837 or 12287999. OLE color: 12287999.

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

Color convert

RGB 255 127 187 -
CMYK 0 0.50 0.27 0
HSL 331.88º 1% 0.75% -
HSV(B) 331.88º 0.5% 1% -
XYZ 57.8 40.03 51.69 -
YUV 172.11 136.41 187.12 -
System Red Green Blue C M Y K H S L
Decimal 255 127 187 0 0.50 0.27 0 331.88 1 0.75
Hex FF 7F BB 0 32 1B 0 14C 64 4B
Octal 377 177 273 0 62 33 0 514 144 113
Binary 11111111 1111111 10111011 0 110010 11011 0 101001100 1100100 1001011

Color Harmonies of #FF7FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FBB

Black with #FF7FBB

Text Example


Text Example

White with #FF7FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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