Html Css Color HEX #F874BF Persian Pink

📋 copy color: '#F874BF'

red 248 ◦ green 116 ◦ blue 191

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

Shades of Persian Pink #F874BF

Tints of Persian Pink #F874BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.41%

R = 44.68%
G = 20.9%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F874BF (or 0xF874BF) is known color: Persian Pink. HEX triplet: F8, 74 and BF. RGB value is (248,116,191). Sum of RGB (Red+Green+Blue) = 248+116+191=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F874BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874BF is #078B40. Grayscale: #A3A3A3. Windows color (decimal): -494401 or 12547320. OLE color: 12547320.

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

Color convert

RGB 248 116 191 -
CMYK 0 0.53 0.23 0.03
HSL 325.91º 0.9% 0.71% -
HSV(B) 325.91º 0.53% 0.97% -
XYZ 54.36 36.21 53.41 -
YUV 164.02 143.23 187.9 -
System Red Green Blue C M Y K H S L
Decimal 248 116 191 0 0.53 0.23 0.03 325.91 0.9 0.71
Hex F8 74 BF 0 35 17 3 146 5A 47
Octal 370 164 277 0 65 27 3 506 132 107
Binary 11111000 1110100 10111111 0 110101 10111 11 101000110 1011010 1000111

Color Harmonies of #F874BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F874BF

Black with #F874BF

Text Example


Text Example

White with #F874BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F874BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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