Html Css Color HEX #FF7CB5 Persian Pink

📋 copy color: '#FF7CB5'

red 255 ◦ green 124 ◦ blue 181

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

Shades of Persian Pink #FF7CB5

Tints of Persian Pink #FF7CB5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.14%

 BLUE value IS 181 (71.09% from 255) = 32.32%

R = 45.54%
G = 22.14%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF7CB5 (or 0xFF7CB5) is known color: Persian Pink. HEX triplet: FF, 7C and B5. RGB value is (255,124,181). Sum of RGB (Red+Green+Blue) = 255+124+181=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CB5 is #00834A. Grayscale: #A9A9A9. Windows color (decimal): -33611 or 11894015. OLE color: 11894015.

HSL color Cylindrical-coordinate representation of color #FF7CB5: hue angle of 333.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7CB5 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 124 181 -
CMYK 0 0.51 0.29 0
HSL 333.89º 1% 0.74% -
HSV(B) 333.89º 0.51% 1% -
XYZ 56.79 39.01 48.25 -
YUV 169.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 255 124 181 0 0.51 0.29 0 333.89 1 0.74
Hex FF 7C B5 0 33 1D 0 14E 64 4A
Octal 377 174 265 0 63 35 0 516 144 112
Binary 11111111 1111100 10110101 0 110011 11101 0 101001110 1100100 1001010

Color Harmonies of #FF7CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7CB5

Black with #FF7CB5

Text Example


Text Example

White with #FF7CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7CB5; }

 p { color: rgb(255,124,181); }

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

background-color css

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

 a { background-color: rgb(255,124,181); }

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

border-color css

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

 span { border-color: rgb(255,124,181); }

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