Html Css Color HEX #F883B2 Persian Pink

📋 copy color: '#F883B2'

red 248 ◦ green 131 ◦ blue 178

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

Shades of Persian Pink #F883B2

Tints of Persian Pink #F883B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.96%

R = 44.52%
G = 23.52%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F883B2 (or 0xF883B2) is known color: Persian Pink. HEX triplet: F8, 83 and B2. RGB value is (248,131,178). Sum of RGB (Red+Green+Blue) = 248+131+178=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F883B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F883B2 is #077C4D. Grayscale: #ABABAB. Windows color (decimal): -490574 or 11699192. OLE color: 11699192.

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

Color convert

RGB 248 131 178 -
CMYK 0 0.47 0.28 0.03
HSL 335.9º 0.89% 0.74% -
HSV(B) 335.9º 0.47% 0.97% -
XYZ 54.86 39.4 46.83 -
YUV 171.34 131.76 182.68 -
System Red Green Blue C M Y K H S L
Decimal 248 131 178 0 0.47 0.28 0.03 335.9 0.89 0.74
Hex F8 83 B2 0 2F 1C 3 150 59 4A
Octal 370 203 262 0 57 34 3 520 131 112
Binary 11111000 10000011 10110010 0 101111 11100 11 101010000 1011001 1001010

Color Harmonies of #F883B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F883B2

Black with #F883B2

Text Example


Text Example

White with #F883B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F883B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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