Html Css Color HEX #F082B5 Persian Pink

📋 copy color: '#F082B5'

red 240 ◦ green 130 ◦ blue 181

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

Shades of Persian Pink #F082B5

Tints of Persian Pink #F082B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.85%

R = 43.56%
G = 23.59%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F082B5 (or 0xF082B5) is known color: Persian Pink. HEX triplet: F0, 82 and B5. RGB value is (240,130,181). Sum of RGB (Red+Green+Blue) = 240+130+181=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F082B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082B5 is #0F7D4A. Grayscale: #A8A8A8. Windows color (decimal): -1015115 or 11895536. OLE color: 11895536.

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

Color convert

RGB 240 130 181 -
CMYK 0 0.46 0.25 0.06
HSL 332.18º 0.79% 0.73% -
HSV(B) 332.18º 0.46% 0.94% -
XYZ 52.26 37.83 48.26 -
YUV 168.7 134.94 178.85 -
System Red Green Blue C M Y K H S L
Decimal 240 130 181 0 0.46 0.25 0.06 332.18 0.79 0.73
Hex F0 82 B5 0 2E 19 6 14C 4F 49
Octal 360 202 265 0 56 31 6 514 117 111
Binary 11110000 10000010 10110101 0 101110 11001 110 101001100 1001111 1001001

Color Harmonies of #F082B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082B5

Black with #F082B5

Text Example


Text Example

White with #F082B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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