Html Css Color HEX #F080BF Persian Pink

📋 copy color: '#F080BF'

red 240 ◦ green 128 ◦ blue 191

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

Shades of Persian Pink #F080BF

Tints of Persian Pink #F080BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.17%

R = 42.93%
G = 22.9%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F080BF (or 0xF080BF) is known color: Persian Pink. HEX triplet: F0, 80 and BF. RGB value is (240,128,191). Sum of RGB (Red+Green+Blue) = 240+128+191=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F080BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080BF is #0F7F40. Grayscale: #A8A8A8. Windows color (decimal): -1015617 or 12550384. OLE color: 12550384.

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

Color convert

RGB 240 128 191 -
CMYK 0 0.47 0.20 0.06
HSL 326.25º 0.79% 0.72% -
HSV(B) 326.25º 0.47% 0.94% -
XYZ 53.06 37.73 53.78 -
YUV 168.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 240 128 191 0 0.47 0.20 0.06 326.25 0.79 0.72
Hex F0 80 BF 0 2F 14 6 146 4F 48
Octal 360 200 277 0 57 24 6 506 117 110
Binary 11110000 10000000 10111111 0 101111 10100 110 101000110 1001111 1001000

Color Harmonies of #F080BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080BF

Black with #F080BF

Text Example


Text Example

White with #F080BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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