Html Css Color HEX #F080B4 Persian Pink

📋 copy color: '#F080B4'

red 240 ◦ green 128 ◦ blue 180

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

Shades of Persian Pink #F080B4

Tints of Persian Pink #F080B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.85%

R = 43.8%
G = 23.36%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F080B4 (or 0xF080B4) is known color: Persian Pink. HEX triplet: F0, 80 and B4. RGB value is (240,128,180). Sum of RGB (Red+Green+Blue) = 240+128+180=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F080B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080B4 is #0F7F4B. Grayscale: #A7A7A7. Windows color (decimal): -1015628 or 11829488. OLE color: 11829488.

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

Color convert

RGB 240 128 180 -
CMYK 0 0.47 0.25 0.06
HSL 332.14º 0.79% 0.72% -
HSV(B) 332.14º 0.47% 0.94% -
XYZ 51.89 37.26 47.64 -
YUV 167.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 240 128 180 0 0.47 0.25 0.06 332.14 0.79 0.72
Hex F0 80 B4 0 2F 19 6 14C 4F 48
Octal 360 200 264 0 57 31 6 514 117 110
Binary 11110000 10000000 10110100 0 101111 11001 110 101001100 1001111 1001000

Color Harmonies of #F080B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080B4

Black with #F080B4

Text Example


Text Example

White with #F080B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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