Html Css Color HEX #FF7CC1 Persian Pink

📋 copy color: '#FF7CC1'

red 255 ◦ green 124 ◦ blue 193

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

Shades of Persian Pink #FF7CC1

Tints of Persian Pink #FF7CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.74%

R = 44.58%
G = 21.68%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF7CC1 (or 0xFF7CC1) is known color: Persian Pink. HEX triplet: FF, 7C and C1. RGB value is (255,124,193). Sum of RGB (Red+Green+Blue) = 255+124+193=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CC1 is #00833E. Grayscale: #AAAAAA. Windows color (decimal): -33599 or 12680447. OLE color: 12680447.

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

Color convert

RGB 255 124 193 -
CMYK 0 0.51 0.24 0
HSL 328.4º 1% 0.74% -
HSV(B) 328.4º 0.51% 1% -
XYZ 58.07 39.53 55.02 -
YUV 171.04 140.4 187.89 -
System Red Green Blue C M Y K H S L
Decimal 255 124 193 0 0.51 0.24 0 328.4 1 0.74
Hex FF 7C C1 0 33 18 0 148 64 4A
Octal 377 174 301 0 63 30 0 510 144 112
Binary 11111111 1111100 11000001 0 110011 11000 0 101001000 1100100 1001010

Color Harmonies of #FF7CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7CC1

Black with #FF7CC1

Text Example


Text Example

White with #FF7CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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