Html Css Color HEX #F082BB Persian Pink

📋 copy color: '#F082BB'

red 240 ◦ green 130 ◦ blue 187

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

Shades of Persian Pink #F082BB

Tints of Persian Pink #F082BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.34%

 BLUE value IS 187 (73.44% from 255) = 33.57%

R = 43.09%
G = 23.34%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F082BB (or 0xF082BB) is known color: Persian Pink. HEX triplet: F0, 82 and BB. RGB value is (240,130,187). Sum of RGB (Red+Green+Blue) = 240+130+187=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F082BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082BB is #0F7D44. Grayscale: #A9A9A9. Windows color (decimal): -1015109 or 12288752. OLE color: 12288752.

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

Color convert

RGB 240 130 187 -
CMYK 0 0.46 0.22 0.06
HSL 328.91º 0.79% 0.73% -
HSV(B) 328.91º 0.46% 0.94% -
XYZ 52.89 38.08 51.58 -
YUV 169.39 137.94 178.37 -
System Red Green Blue C M Y K H S L
Decimal 240 130 187 0 0.46 0.22 0.06 328.91 0.79 0.73
Hex F0 82 BB 0 2E 16 6 149 4F 49
Octal 360 202 273 0 56 26 6 511 117 111
Binary 11110000 10000010 10111011 0 101110 10110 110 101001001 1001111 1001001

Color Harmonies of #F082BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082BB

Black with #F082BB

Text Example


Text Example

White with #F082BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082BB; }

 p { color: rgb(240,130,187); }

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

background-color css

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

 a { background-color: rgb(240,130,187); }

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

border-color css

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

 span { border-color: rgb(240,130,187); }

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