Html Css Color HEX #F080B2 Persian Pink

📋 copy color: '#F080B2'

red 240 ◦ green 128 ◦ blue 178

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

Shades of Persian Pink #F080B2

Tints of Persian Pink #F080B2

RGB

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

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

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

R = 43.96%
G = 23.44%
B = 32.6%

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

#F080B2 (or 0xF080B2) is known color: Persian Pink. HEX triplet: F0, 80 and B2. RGB value is (240,128,178). Sum of RGB (Red+Green+Blue) = 240+128+178=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F080B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F080B2 is #0F7F4D. Grayscale: #A7A7A7. Windows color (decimal): -1015630 or 11698416. OLE color: 11698416.

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

Color convert

RGB 240 128 178 -
CMYK 0 0.47 0.26 0.06
HSL 333.21º 0.79% 0.72% -
HSV(B) 333.21º 0.47% 0.94% -
XYZ 51.69 37.18 46.57 -
YUV 167.19 134.11 179.93 -
System Red Green Blue C M Y K H S L
Decimal 240 128 178 0 0.47 0.26 0.06 333.21 0.79 0.72
Hex F0 80 B2 0 2F 1A 6 14D 4F 48
Octal 360 200 262 0 57 32 6 515 117 110
Binary 11110000 10000000 10110010 0 101111 11010 110 101001101 1001111 1001000

Color Harmonies of #F080B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080B2

Black with #F080B2

Text Example


Text Example

White with #F080B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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