Html Css Color HEX #FF7FBD Persian Pink

📋 copy color: '#FF7FBD'

red 255 ◦ green 127 ◦ blue 189

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

Shades of Persian Pink #FF7FBD

Tints of Persian Pink #FF7FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.1%

R = 44.66%
G = 22.24%
B = 33.1%

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

#FF7FBD (or 0xFF7FBD) is known color: Persian Pink. HEX triplet: FF, 7F and BD. RGB value is (255,127,189). Sum of RGB (Red+Green+Blue) = 255+127+189=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FBD is #008042. Grayscale: #ACACAC. Windows color (decimal): -32835 or 12419071. OLE color: 12419071.

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

Color convert

RGB 255 127 189 -
CMYK 0 0.50 0.26 0
HSL 330.94º 1% 0.75% -
HSV(B) 330.94º 0.5% 1% -
XYZ 58.01 40.11 52.83 -
YUV 172.34 137.41 186.96 -
System Red Green Blue C M Y K H S L
Decimal 255 127 189 0 0.50 0.26 0 330.94 1 0.75
Hex FF 7F BD 0 32 1A 0 14B 64 4B
Octal 377 177 275 0 62 32 0 513 144 113
Binary 11111111 1111111 10111101 0 110010 11010 0 101001011 1100100 1001011

Color Harmonies of #FF7FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FBD

Black with #FF7FBD

Text Example


Text Example

White with #FF7FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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