Html Css Color HEX #F885BC Persian Pink

📋 copy color: '#F885BC'

red 248 ◦ green 133 ◦ blue 188

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

Shades of Persian Pink #F885BC

Tints of Persian Pink #F885BC

RGB

 RED value IS 248 (97.27% from 255) = 43.59%

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

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

R = 43.59%
G = 23.37%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F885BC (or 0xF885BC) is known color: Persian Pink. HEX triplet: F8, 85 and BC. RGB value is (248,133,188). Sum of RGB (Red+Green+Blue) = 248+133+188=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F885BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885BC is #077A43. Grayscale: #ADADAD. Windows color (decimal): -490052 or 12355064. OLE color: 12355064.

HSL color Cylindrical-coordinate representation of color #F885BC: hue angle of 331.3º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F885BC is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 133 188 -
CMYK 0 0.46 0.24 0.03
HSL 331.3º 0.89% 0.75% -
HSV(B) 331.3º 0.46% 0.97% -
XYZ 56.18 40.36 52.41 -
YUV 173.66 136.1 181.03 -
System Red Green Blue C M Y K H S L
Decimal 248 133 188 0 0.46 0.24 0.03 331.3 0.89 0.75
Hex F8 85 BC 0 2E 18 3 14B 59 4B
Octal 370 205 274 0 56 30 3 513 131 113
Binary 11111000 10000101 10111100 0 101110 11000 11 101001011 1011001 1001011

Color Harmonies of #F885BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F885BC

Black with #F885BC

Text Example


Text Example

White with #F885BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F885BC; }

 p { color: rgb(248,133,188); }

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

background-color css

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

 a { background-color: rgb(248,133,188); }

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

border-color css

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

 span { border-color: rgb(248,133,188); }

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