Html Css Color HEX #FF85B6 Persian Pink

📋 copy color: '#FF85B6'

red 255 ◦ green 133 ◦ blue 182

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

Shades of Persian Pink #FF85B6

Tints of Persian Pink #FF85B6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.33%

 BLUE value IS 182 (71.48% from 255) = 31.93%

R = 44.74%
G = 23.33%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF85B6 (or 0xFF85B6) is known color: Persian Pink. HEX triplet: FF, 85 and B6. RGB value is (255,133,182). Sum of RGB (Red+Green+Blue) = 255+133+182=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85B6 is #007A49. Grayscale: #AEAEAE. Windows color (decimal): -31306 or 11961855. OLE color: 11961855.

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

Color convert

RGB 255 133 182 -
CMYK 0 0.48 0.29 0
HSL 335.9º 1% 0.76% -
HSV(B) 335.9º 0.48% 1% -
XYZ 58.07 41.41 49.19 -
YUV 175.06 131.92 185.02 -
System Red Green Blue C M Y K H S L
Decimal 255 133 182 0 0.48 0.29 0 335.9 1 0.76
Hex FF 85 B6 0 30 1D 0 150 64 4C
Octal 377 205 266 0 60 35 0 520 144 114
Binary 11111111 10000101 10110110 0 110000 11101 0 101010000 1100100 1001100

Color Harmonies of #FF85B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85B6

Black with #FF85B6

Text Example


Text Example

White with #FF85B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85B6; }

 p { color: rgb(255,133,182); }

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

background-color css

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

 a { background-color: rgb(255,133,182); }

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

border-color css

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

 span { border-color: rgb(255,133,182); }

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