Html Css Color HEX #F874B9 Persian Pink

📋 copy color: '#F874B9'

red 248 ◦ green 116 ◦ blue 185

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

Shades of Persian Pink #F874B9

Tints of Persian Pink #F874B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.7%

R = 45.17%
G = 21.13%
B = 33.7%

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

#F874B9 (or 0xF874B9) is known color: Persian Pink. HEX triplet: F8, 74 and B9. RGB value is (248,116,185). Sum of RGB (Red+Green+Blue) = 248+116+185=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F874B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874B9 is #078B46. Grayscale: #A3A3A3. Windows color (decimal): -494407 or 12154104. OLE color: 12154104.

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

Color convert

RGB 248 116 185 -
CMYK 0 0.53 0.25 0.03
HSL 328.64º 0.9% 0.71% -
HSV(B) 328.64º 0.53% 0.97% -
XYZ 53.71 35.95 50.01 -
YUV 163.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 248 116 185 0 0.53 0.25 0.03 328.64 0.9 0.71
Hex F8 74 B9 0 35 19 3 149 5A 47
Octal 370 164 271 0 65 31 3 511 132 107
Binary 11111000 1110100 10111001 0 110101 11001 11 101001001 1011010 1000111

Color Harmonies of #F874B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F874B9

Black with #F874B9

Text Example


Text Example

White with #F874B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F874B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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