Html Css Color HEX #F180B2 Persian Pink

📋 copy color: '#F180B2'

red 241 ◦ green 128 ◦ blue 178

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

Shades of Persian Pink #F180B2

Tints of Persian Pink #F180B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.54%

R = 44.06%
G = 23.4%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F180B2 (or 0xF180B2) is known color: Persian Pink. HEX triplet: F1, 80 and B2. RGB value is (241,128,178). Sum of RGB (Red+Green+Blue) = 241+128+178=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F180B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F180B2 is #0E7F4D. Grayscale: #A7A7A7. Windows color (decimal): -950094 or 11698417. OLE color: 11698417.

HSL color Cylindrical-coordinate representation of color #F180B2: hue angle of 333.45º 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 #F180B2 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 128 178 -
CMYK 0 0.47 0.26 0.05
HSL 333.45º 0.8% 0.72% -
HSV(B) 333.45º 0.47% 0.95% -
XYZ 52.03 37.35 46.59 -
YUV 167.49 133.94 180.43 -
System Red Green Blue C M Y K H S L
Decimal 241 128 178 0 0.47 0.26 0.05 333.45 0.8 0.72
Hex F1 80 B2 0 2F 1A 5 14D 50 48
Octal 361 200 262 0 57 32 5 515 120 110
Binary 11110001 10000000 10110010 0 101111 11010 101 101001101 1010000 1001000

Color Harmonies of #F180B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F180B2

Black with #F180B2

Text Example


Text Example

White with #F180B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F180B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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