Html Css Color HEX #FF7DBC Persian Pink

📋 copy color: '#FF7DBC'

red 255 ◦ green 125 ◦ blue 188

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

Shades of Persian Pink #FF7DBC

Tints of Persian Pink #FF7DBC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.01%

 BLUE value IS 188 (73.83% from 255) = 33.1%

R = 44.89%
G = 22.01%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FF7DBC (or 0xFF7DBC) is known color: Persian Pink. HEX triplet: FF, 7D and BC. RGB value is (255,125,188). Sum of RGB (Red+Green+Blue) = 255+125+188=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DBC is #008243. Grayscale: #AAAAAA. Windows color (decimal): -33348 or 12353023. OLE color: 12353023.

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

Color convert

RGB 255 125 188 -
CMYK 0 0.51 0.26 0
HSL 330.92º 1% 0.75% -
HSV(B) 330.92º 0.51% 1% -
XYZ 57.65 39.56 52.17 -
YUV 171.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 255 125 188 0 0.51 0.26 0 330.92 1 0.75
Hex FF 7D BC 0 33 1A 0 14B 64 4B
Octal 377 175 274 0 63 32 0 513 144 113
Binary 11111111 1111101 10111100 0 110011 11010 0 101001011 1100100 1001011

Color Harmonies of #FF7DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DBC

Black with #FF7DBC

Text Example


Text Example

White with #FF7DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7DBC; }

 p { color: rgb(255,125,188); }

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

background-color css

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

 a { background-color: rgb(255,125,188); }

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

border-color css

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

 span { border-color: rgb(255,125,188); }

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