Html Css Color HEX #F083B0 Persian Pink

📋 copy color: '#F083B0'

red 240 ◦ green 131 ◦ blue 176

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

Shades of Persian Pink #F083B0

Tints of Persian Pink #F083B0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.95%

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

R = 43.88%
G = 23.95%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F083B0 (or 0xF083B0) is known color: Persian Pink. HEX triplet: F0, 83 and B0. RGB value is (240,131,176). Sum of RGB (Red+Green+Blue) = 240+131+176=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F083B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F083B0 is #0F7C4F. Grayscale: #A8A8A8. Windows color (decimal): -1014864 or 11568112. OLE color: 11568112.

HSL color Cylindrical-coordinate representation of color #F083B0: hue angle of 335.23º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F083B0 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 131 176 -
CMYK 0 0.45 0.27 0.06
HSL 335.23º 0.78% 0.73% -
HSV(B) 335.23º 0.45% 0.94% -
XYZ 51.89 37.89 45.65 -
YUV 168.72 132.11 178.84 -
System Red Green Blue C M Y K H S L
Decimal 240 131 176 0 0.45 0.27 0.06 335.23 0.78 0.73
Hex F0 83 B0 0 2D 1B 6 14F 4E 49
Octal 360 203 260 0 55 33 6 517 116 111
Binary 11110000 10000011 10110000 0 101101 11011 110 101001111 1001110 1001001

Color Harmonies of #F083B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F083B0

Black with #F083B0

Text Example


Text Example

White with #F083B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F083B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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