Html Css Color HEX #F883BE Persian Pink

📋 copy color: '#F883BE'

red 248 ◦ green 131 ◦ blue 190

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

Shades of Persian Pink #F883BE

Tints of Persian Pink #F883BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.39%

R = 43.59%
G = 23.02%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F883BE (or 0xF883BE) is known color: Persian Pink. HEX triplet: F8, 83 and BE. RGB value is (248,131,190). Sum of RGB (Red+Green+Blue) = 248+131+190=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F883BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883BE is #077C41. Grayscale: #ACACAC. Windows color (decimal): -490562 or 12485624. OLE color: 12485624.

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

Color convert

RGB 248 131 190 -
CMYK 0 0.47 0.23 0.03
HSL 329.74º 0.89% 0.74% -
HSV(B) 329.74º 0.47% 0.97% -
XYZ 56.12 39.91 53.46 -
YUV 172.71 137.76 181.7 -
System Red Green Blue C M Y K H S L
Decimal 248 131 190 0 0.47 0.23 0.03 329.74 0.89 0.74
Hex F8 83 BE 0 2F 17 3 14A 59 4A
Octal 370 203 276 0 57 27 3 512 131 112
Binary 11111000 10000011 10111110 0 101111 10111 11 101001010 1011001 1001010

Color Harmonies of #F883BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F883BE

Black with #F883BE

Text Example


Text Example

White with #F883BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F883BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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