Html Css Color HEX #F082BE Persian Pink

📋 copy color: '#F082BE'

red 240 ◦ green 130 ◦ blue 190

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

Shades of Persian Pink #F082BE

Tints of Persian Pink #F082BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.93%

R = 42.86%
G = 23.21%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F082BE (or 0xF082BE) is known color: Persian Pink. HEX triplet: F0, 82 and BE. RGB value is (240,130,190). Sum of RGB (Red+Green+Blue) = 240+130+190=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F082BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082BE is #0F7D41. Grayscale: #A9A9A9. Windows color (decimal): -1015106 or 12485360. OLE color: 12485360.

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

Color convert

RGB 240 130 190 -
CMYK 0 0.46 0.21 0.06
HSL 327.27º 0.79% 0.73% -
HSV(B) 327.27º 0.46% 0.94% -
XYZ 53.21 38.21 53.29 -
YUV 169.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 240 130 190 0 0.46 0.21 0.06 327.27 0.79 0.73
Hex F0 82 BE 0 2E 15 6 147 4F 49
Octal 360 202 276 0 56 25 6 507 117 111
Binary 11110000 10000010 10111110 0 101110 10101 110 101000111 1001111 1001001

Color Harmonies of #F082BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082BE

Black with #F082BE

Text Example


Text Example

White with #F082BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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