Html Css Color HEX #F883BD Persian Pink

📋 copy color: '#F883BD'

red 248 ◦ green 131 ◦ blue 189

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

Shades of Persian Pink #F883BD

Tints of Persian Pink #F883BD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.06%

 BLUE value IS 189 (74.22% from 255) = 33.27%

R = 43.66%
G = 23.06%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F883BD (or 0xF883BD) is known color: Persian Pink. HEX triplet: F8, 83 and BD. RGB value is (248,131,189). Sum of RGB (Red+Green+Blue) = 248+131+189=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F883BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883BD is #077C42. Grayscale: #ACACAC. Windows color (decimal): -490563 or 12420088. OLE color: 12420088.

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

Color convert

RGB 248 131 189 -
CMYK 0 0.47 0.24 0.03
HSL 330.26º 0.89% 0.74% -
HSV(B) 330.26º 0.47% 0.97% -
XYZ 56.01 39.86 52.89 -
YUV 172.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 248 131 189 0 0.47 0.24 0.03 330.26 0.89 0.74
Hex F8 83 BD 0 2F 18 3 14A 59 4A
Octal 370 203 275 0 57 30 3 512 131 112
Binary 11111000 10000011 10111101 0 101111 11000 11 101001010 1011001 1001010

Color Harmonies of #F883BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F883BD

Black with #F883BD

Text Example


Text Example

White with #F883BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F883BD; }

 p { color: rgb(248,131,189); }

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

background-color css

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

 a { background-color: rgb(248,131,189); }

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

border-color css

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

 span { border-color: rgb(248,131,189); }

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