Html Css Color HEX #F083BC Persian Pink

📋 copy color: '#F083BC'

red 240 ◦ green 131 ◦ blue 188

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

Shades of Persian Pink #F083BC

Tints of Persian Pink #F083BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.63%

R = 42.93%
G = 23.43%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F083BC (or 0xF083BC) is known color: Persian Pink. HEX triplet: F0, 83 and BC. RGB value is (240,131,188). Sum of RGB (Red+Green+Blue) = 240+131+188=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F083BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F083BC is #0F7C43. Grayscale: #A9A9A9. Windows color (decimal): -1014852 or 12354544. OLE color: 12354544.

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

Color convert

RGB 240 131 188 -
CMYK 0 0.45 0.22 0.06
HSL 328.62º 0.78% 0.73% -
HSV(B) 328.62º 0.45% 0.94% -
XYZ 53.13 38.39 52.19 -
YUV 170.09 138.11 177.87 -
System Red Green Blue C M Y K H S L
Decimal 240 131 188 0 0.45 0.22 0.06 328.62 0.78 0.73
Hex F0 83 BC 0 2D 16 6 149 4E 49
Octal 360 203 274 0 55 26 6 511 116 111
Binary 11110000 10000011 10111100 0 101101 10110 110 101001001 1001110 1001001

Color Harmonies of #F083BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F083BC

Black with #F083BC

Text Example


Text Example

White with #F083BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F083BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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