Html Css Color HEX #F080B1 Persian Pink

📋 copy color: '#F080B1'

red 240 ◦ green 128 ◦ blue 177

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

Shades of Persian Pink #F080B1

Tints of Persian Pink #F080B1

RGB

 RED value IS 240 (94.14% from 255) = 44.04%

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

 BLUE value IS 177 (69.53% from 255) = 32.48%

R = 44.04%
G = 23.49%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F080B1 (or 0xF080B1) is known color: Persian Pink. HEX triplet: F0, 80 and B1. RGB value is (240,128,177). Sum of RGB (Red+Green+Blue) = 240+128+177=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F080B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F080B1 is #0F7F4E. Grayscale: #A6A6A6. Windows color (decimal): -1015631 or 11632880. OLE color: 11632880.

HSL color Cylindrical-coordinate representation of color #F080B1: hue angle of 333.75º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F080B1 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 177 -
CMYK 0 0.47 0.26 0.06
HSL 333.75º 0.79% 0.72% -
HSV(B) 333.75º 0.47% 0.94% -
XYZ 51.59 37.14 46.04 -
YUV 167.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 240 128 177 0 0.47 0.26 0.06 333.75 0.79 0.72
Hex F0 80 B1 0 2F 1A 6 14E 4F 48
Octal 360 200 261 0 57 32 6 516 117 110
Binary 11110000 10000000 10110001 0 101111 11010 110 101001110 1001111 1001000

Color Harmonies of #F080B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080B1

Black with #F080B1

Text Example


Text Example

White with #F080B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080B1; }

 p { color: rgb(240,128,177); }

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

background-color css

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

 a { background-color: rgb(240,128,177); }

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

border-color css

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

 span { border-color: rgb(240,128,177); }

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