Html Css Color HEX #F083B2 Persian Pink

📋 copy color: '#F083B2'

red 240 ◦ green 131 ◦ blue 178

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

Shades of Persian Pink #F083B2

Tints of Persian Pink #F083B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.42%

R = 43.72%
G = 23.86%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F083B2 (or 0xF083B2) is known color: Persian Pink. HEX triplet: F0, 83 and B2. RGB value is (240,131,178). Sum of RGB (Red+Green+Blue) = 240+131+178=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F083B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F083B2 is #0F7C4D. Grayscale: #A8A8A8. Windows color (decimal): -1014862 or 11699184. OLE color: 11699184.

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

Color convert

RGB 240 131 178 -
CMYK 0 0.45 0.26 0.06
HSL 334.13º 0.78% 0.73% -
HSV(B) 334.13º 0.45% 0.94% -
XYZ 52.09 37.97 46.7 -
YUV 168.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 240 131 178 0 0.45 0.26 0.06 334.13 0.78 0.73
Hex F0 83 B2 0 2D 1A 6 14E 4E 49
Octal 360 203 262 0 55 32 6 516 116 111
Binary 11110000 10000011 10110010 0 101101 11010 110 101001110 1001110 1001001

Color Harmonies of #F083B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F083B2

Black with #F083B2

Text Example


Text Example

White with #F083B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F083B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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