Html Css Color HEX #F080B3 Persian Pink

📋 copy color: '#F080B3'

red 240 ◦ green 128 ◦ blue 179

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

Shades of Persian Pink #F080B3

Tints of Persian Pink #F080B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.72%

R = 43.88%
G = 23.4%
B = 32.72%

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

#F080B3 (or 0xF080B3) is known color: Persian Pink. HEX triplet: F0, 80 and B3. RGB value is (240,128,179). Sum of RGB (Red+Green+Blue) = 240+128+179=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F080B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080B3 is #0F7F4C. Grayscale: #A7A7A7. Windows color (decimal): -1015629 or 11763952. OLE color: 11763952.

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

Color convert

RGB 240 128 179 -
CMYK 0 0.47 0.25 0.06
HSL 332.68º 0.79% 0.72% -
HSV(B) 332.68º 0.47% 0.94% -
XYZ 51.79 37.22 47.1 -
YUV 167.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 240 128 179 0 0.47 0.25 0.06 332.68 0.79 0.72
Hex F0 80 B3 0 2F 19 6 14D 4F 48
Octal 360 200 263 0 57 31 6 515 117 110
Binary 11110000 10000000 10110011 0 101111 11001 110 101001101 1001111 1001000

Color Harmonies of #F080B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080B3

Black with #F080B3

Text Example


Text Example

White with #F080B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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