Html Css Color HEX #FF7FB7 Persian Pink

📋 copy color: '#FF7FB7'

red 255 ◦ green 127 ◦ blue 183

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

Shades of Persian Pink #FF7FB7

Tints of Persian Pink #FF7FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.39%

R = 45.13%
G = 22.48%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FF7FB7 (or 0xFF7FB7) is known color: Persian Pink. HEX triplet: FF, 7F and B7. RGB value is (255,127,183). Sum of RGB (Red+Green+Blue) = 255+127+183=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 183 (71.88% from 255 or 32.39% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FB7 is #008048. Grayscale: #ABABAB. Windows color (decimal): -32841 or 12025855. OLE color: 12025855.

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

Color convert

RGB 255 127 183 -
CMYK 0 0.50 0.28 0
HSL 333.75º 1% 0.75% -
HSV(B) 333.75º 0.5% 1% -
XYZ 57.38 39.86 49.47 -
YUV 171.66 134.41 187.45 -
System Red Green Blue C M Y K H S L
Decimal 255 127 183 0 0.50 0.28 0 333.75 1 0.75
Hex FF 7F B7 0 32 1C 0 14E 64 4B
Octal 377 177 267 0 62 34 0 516 144 113
Binary 11111111 1111111 10110111 0 110010 11100 0 101001110 1100100 1001011

Color Harmonies of #FF7FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FB7

Black with #FF7FB7

Text Example


Text Example

White with #FF7FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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