Html Css Color HEX #FF7DBB Persian Pink

📋 copy color: '#FF7DBB'

red 255 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #FF7DBB

Tints of Persian Pink #FF7DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.98%

R = 44.97%
G = 22.05%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF7DBB (or 0xFF7DBB) is known color: Persian Pink. HEX triplet: FF, 7D and BB. RGB value is (255,125,187). Sum of RGB (Red+Green+Blue) = 255+125+187=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DBB is #008244. Grayscale: #AAAAAA. Windows color (decimal): -33349 or 12287487. OLE color: 12287487.

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

Color convert

RGB 255 125 187 -
CMYK 0 0.51 0.27 0
HSL 331.38º 1% 0.75% -
HSV(B) 331.38º 0.51% 1% -
XYZ 57.54 39.52 51.61 -
YUV 170.94 137.07 187.96 -
System Red Green Blue C M Y K H S L
Decimal 255 125 187 0 0.51 0.27 0 331.38 1 0.75
Hex FF 7D BB 0 33 1B 0 14B 64 4B
Octal 377 175 273 0 63 33 0 513 144 113
Binary 11111111 1111101 10111011 0 110011 11011 0 101001011 1100100 1001011

Color Harmonies of #FF7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DBB

Black with #FF7DBB

Text Example


Text Example

White with #FF7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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