Html Css Color HEX #F883BA Persian Pink

📋 copy color: '#F883BA'

red 248 ◦ green 131 ◦ blue 186

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

Shades of Persian Pink #F883BA

Tints of Persian Pink #F883BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.92%

R = 43.89%
G = 23.19%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F883BA (or 0xF883BA) is known color: Persian Pink. HEX triplet: F8, 83 and BA. RGB value is (248,131,186). Sum of RGB (Red+Green+Blue) = 248+131+186=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F883BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883BA is #077C45. Grayscale: #ACACAC. Windows color (decimal): -490566 or 12223480. OLE color: 12223480.

HSL color Cylindrical-coordinate representation of color #F883BA: hue angle of 331.79º 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 #F883BA is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 131 186 -
CMYK 0 0.47 0.25 0.03
HSL 331.79º 0.89% 0.74% -
HSV(B) 331.79º 0.47% 0.97% -
XYZ 55.69 39.73 51.19 -
YUV 172.25 135.76 182.03 -
System Red Green Blue C M Y K H S L
Decimal 248 131 186 0 0.47 0.25 0.03 331.79 0.89 0.74
Hex F8 83 BA 0 2F 19 3 14C 59 4A
Octal 370 203 272 0 57 31 3 514 131 112
Binary 11111000 10000011 10111010 0 101111 11001 11 101001100 1011001 1001010

Color Harmonies of #F883BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F883BA

Black with #F883BA

Text Example


Text Example

White with #F883BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F883BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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