Html Css Color HEX #F180B7 Persian Pink

📋 copy color: '#F180B7'

red 241 ◦ green 128 ◦ blue 183

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

Shades of Persian Pink #F180B7

Tints of Persian Pink #F180B7

RGB

 RED value IS 241 (94.53% from 255) = 43.66%

 GREEN value IS 128 (50.39% from 255) = 23.19%

 BLUE value IS 183 (71.88% from 255) = 33.15%

R = 43.66%
G = 23.19%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F180B7 (or 0xF180B7) is known color: Persian Pink. HEX triplet: F1, 80 and B7. RGB value is (241,128,183). Sum of RGB (Red+Green+Blue) = 241+128+183=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F180B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180B7 is #0E7F48. Grayscale: #A7A7A7. Windows color (decimal): -950089 or 12026097. OLE color: 12026097.

HSL color Cylindrical-coordinate representation of color #F180B7: hue angle of 330.8º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F180B7 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 128 183 -
CMYK 0 0.47 0.24 0.05
HSL 330.8º 0.8% 0.72% -
HSV(B) 330.8º 0.47% 0.95% -
XYZ 52.54 37.56 49.28 -
YUV 168.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 241 128 183 0 0.47 0.24 0.05 330.8 0.8 0.72
Hex F1 80 B7 0 2F 18 5 14B 50 48
Octal 361 200 267 0 57 30 5 513 120 110
Binary 11110001 10000000 10110111 0 101111 11000 101 101001011 1010000 1001000

Color Harmonies of #F180B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F180B7

Black with #F180B7

Text Example


Text Example

White with #F180B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F180B7; }

 p { color: rgb(241,128,183); }

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

background-color css

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

 a { background-color: rgb(241,128,183); }

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

border-color css

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

 span { border-color: rgb(241,128,183); }

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