Html Css Color HEX #F874BB Persian Pink

📋 copy color: '#F874BB'

red 248 ◦ green 116 ◦ blue 187

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

Shades of Persian Pink #F874BB

Tints of Persian Pink #F874BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.05%

 BLUE value IS 187 (73.44% from 255) = 33.94%

R = 45.01%
G = 21.05%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F874BB (or 0xF874BB) is known color: Persian Pink. HEX triplet: F8, 74 and BB. RGB value is (248,116,187). Sum of RGB (Red+Green+Blue) = 248+116+187=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F874BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874BB is #078B44. Grayscale: #A3A3A3. Windows color (decimal): -494405 or 12285176. OLE color: 12285176.

HSL color Cylindrical-coordinate representation of color #F874BB: hue angle of 327.73º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F874BB is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 116 187 -
CMYK 0 0.53 0.25 0.03
HSL 327.73º 0.9% 0.71% -
HSV(B) 327.73º 0.53% 0.97% -
XYZ 53.93 36.04 51.13 -
YUV 163.56 141.23 188.23 -
System Red Green Blue C M Y K H S L
Decimal 248 116 187 0 0.53 0.25 0.03 327.73 0.9 0.71
Hex F8 74 BB 0 35 19 3 148 5A 47
Octal 370 164 273 0 65 31 3 510 132 107
Binary 11111000 1110100 10111011 0 110101 11001 11 101001000 1011010 1000111

Color Harmonies of #F874BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F874BB

Black with #F874BB

Text Example


Text Example

White with #F874BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F874BB; }

 p { color: rgb(248,116,187); }

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

background-color css

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

 a { background-color: rgb(248,116,187); }

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

border-color css

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

 span { border-color: rgb(248,116,187); }

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