Html Css Color HEX #F080B0 Persian Pink

📋 copy color: '#F080B0'

red 240 ◦ green 128 ◦ blue 176

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

Shades of Persian Pink #F080B0

Tints of Persian Pink #F080B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.35%

R = 44.12%
G = 23.53%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F080B0 (or 0xF080B0) is known color: Persian Pink. HEX triplet: F0, 80 and B0. RGB value is (240,128,176). Sum of RGB (Red+Green+Blue) = 240+128+176=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F080B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F080B0 is #0F7F4F. Grayscale: #A6A6A6. Windows color (decimal): -1015632 or 11567344. OLE color: 11567344.

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

Color convert

RGB 240 128 176 -
CMYK 0 0.47 0.27 0.06
HSL 334.29º 0.79% 0.72% -
HSV(B) 334.29º 0.47% 0.94% -
XYZ 51.49 37.1 45.52 -
YUV 166.96 133.11 180.1 -
System Red Green Blue C M Y K H S L
Decimal 240 128 176 0 0.47 0.27 0.06 334.29 0.79 0.72
Hex F0 80 B0 0 2F 1B 6 14E 4F 48
Octal 360 200 260 0 57 33 6 516 117 110
Binary 11110000 10000000 10110000 0 101111 11011 110 101001110 1001111 1001000

Color Harmonies of #F080B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080B0

Black with #F080B0

Text Example


Text Example

White with #F080B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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