Html Css Color HEX #F875B5 Persian Pink

📋 copy color: '#F875B5'

red 248 ◦ green 117 ◦ blue 181

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

Shades of Persian Pink #F875B5

Tints of Persian Pink #F875B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.15%

R = 45.42%
G = 21.43%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F875B5 (or 0xF875B5) is known color: Persian Pink. HEX triplet: F8, 75 and B5. RGB value is (248,117,181). Sum of RGB (Red+Green+Blue) = 248+117+181=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F875B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875B5 is #078A4A. Grayscale: #A3A3A3. Windows color (decimal): -494155 or 11892216. OLE color: 11892216.

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

Color convert

RGB 248 117 181 -
CMYK 0 0.53 0.27 0.03
HSL 330.69º 0.9% 0.72% -
HSV(B) 330.69º 0.53% 0.97% -
XYZ 53.41 36.02 47.85 -
YUV 163.47 137.9 188.3 -
System Red Green Blue C M Y K H S L
Decimal 248 117 181 0 0.53 0.27 0.03 330.69 0.9 0.72
Hex F8 75 B5 0 35 1B 3 14B 5A 48
Octal 370 165 265 0 65 33 3 513 132 110
Binary 11111000 1110101 10110101 0 110101 11011 11 101001011 1011010 1001000

Color Harmonies of #F875B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F875B5

Black with #F875B5

Text Example


Text Example

White with #F875B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F875B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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