Html Css Color HEX #F874BC Persian Pink

📋 copy color: '#F874BC'

red 248 ◦ green 116 ◦ blue 188

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

Shades of Persian Pink #F874BC

Tints of Persian Pink #F874BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.06%

R = 44.93%
G = 21.01%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F874BC (or 0xF874BC) is known color: Persian Pink. HEX triplet: F8, 74 and BC. RGB value is (248,116,188). Sum of RGB (Red+Green+Blue) = 248+116+188=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 116 (45.70% from 255 or 21.01% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F874BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874BC is #078B43. Grayscale: #A3A3A3. Windows color (decimal): -494404 or 12350712. OLE color: 12350712.

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

Color convert

RGB 248 116 188 -
CMYK 0 0.53 0.24 0.03
HSL 327.27º 0.9% 0.71% -
HSV(B) 327.27º 0.53% 0.97% -
XYZ 54.03 36.08 51.69 -
YUV 163.68 141.73 188.15 -
System Red Green Blue C M Y K H S L
Decimal 248 116 188 0 0.53 0.24 0.03 327.27 0.9 0.71
Hex F8 74 BC 0 35 18 3 147 5A 47
Octal 370 164 274 0 65 30 3 507 132 107
Binary 11111000 1110100 10111100 0 110101 11000 11 101000111 1011010 1000111

Color Harmonies of #F874BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F874BC

Black with #F874BC

Text Example


Text Example

White with #F874BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F874BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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