Html Css Color HEX #FF7CB4 Persian Pink

📋 copy color: '#FF7CB4'

red 255 ◦ green 124 ◦ blue 180

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

Shades of Persian Pink #FF7CB4

Tints of Persian Pink #FF7CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.2%

R = 45.62%
G = 22.18%
B = 32.2%

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

#FF7CB4 (or 0xFF7CB4) is known color: Persian Pink. HEX triplet: FF, 7C and B4. RGB value is (255,124,180). Sum of RGB (Red+Green+Blue) = 255+124+180=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CB4 is #00834B. Grayscale: #A9A9A9. Windows color (decimal): -33612 or 11828479. OLE color: 11828479.

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

Color convert

RGB 255 124 180 -
CMYK 0 0.51 0.29 0
HSL 334.35º 1% 0.74% -
HSV(B) 334.35º 0.51% 1% -
XYZ 56.69 38.97 47.71 -
YUV 169.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 255 124 180 0 0.51 0.29 0 334.35 1 0.74
Hex FF 7C B4 0 33 1D 0 14E 64 4A
Octal 377 174 264 0 63 35 0 516 144 112
Binary 11111111 1111100 10110100 0 110011 11101 0 101001110 1100100 1001010

Color Harmonies of #FF7CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7CB4

Black with #FF7CB4

Text Example


Text Example

White with #FF7CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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