Html Css Color HEX #F875BD Persian Pink

📋 copy color: '#F875BD'

red 248 ◦ green 117 ◦ blue 189

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

Shades of Persian Pink #F875BD

Tints of Persian Pink #F875BD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.12%

 BLUE value IS 189 (74.22% from 255) = 34.12%

R = 44.77%
G = 21.12%
B = 34.12%

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

#F875BD (or 0xF875BD) is known color: Persian Pink. HEX triplet: F8, 75 and BD. RGB value is (248,117,189). Sum of RGB (Red+Green+Blue) = 248+117+189=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F875BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875BD is #078A42. Grayscale: #A4A4A4. Windows color (decimal): -494147 or 12416504. OLE color: 12416504.

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

Color convert

RGB 248 117 189 -
CMYK 0 0.53 0.24 0.03
HSL 327.02º 0.9% 0.72% -
HSV(B) 327.02º 0.53% 0.97% -
XYZ 54.26 36.35 52.3 -
YUV 164.38 141.9 187.65 -
System Red Green Blue C M Y K H S L
Decimal 248 117 189 0 0.53 0.24 0.03 327.02 0.9 0.72
Hex F8 75 BD 0 35 18 3 147 5A 48
Octal 370 165 275 0 65 30 3 507 132 110
Binary 11111000 1110101 10111101 0 110101 11000 11 101000111 1011010 1001000

Color Harmonies of #F875BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F875BD

Black with #F875BD

Text Example


Text Example

White with #F875BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F875BD; }

 p { color: rgb(248,117,189); }

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

background-color css

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

 a { background-color: rgb(248,117,189); }

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

border-color css

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

 span { border-color: rgb(248,117,189); }

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