Html Css Color HEX #F082B7 Persian Pink

📋 copy color: '#F082B7'

red 240 ◦ green 130 ◦ blue 183

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

Shades of Persian Pink #F082B7

Tints of Persian Pink #F082B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.09%

R = 43.4%
G = 23.51%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F082B7 (or 0xF082B7) is known color: Persian Pink. HEX triplet: F0, 82 and B7. RGB value is (240,130,183). Sum of RGB (Red+Green+Blue) = 240+130+183=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F082B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082B7 is #0F7D48. Grayscale: #A8A8A8. Windows color (decimal): -1015113 or 12026608. OLE color: 12026608.

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

Color convert

RGB 240 130 183 -
CMYK 0 0.46 0.24 0.06
HSL 331.09º 0.79% 0.73% -
HSV(B) 331.09º 0.46% 0.94% -
XYZ 52.47 37.91 49.35 -
YUV 168.93 135.94 178.69 -
System Red Green Blue C M Y K H S L
Decimal 240 130 183 0 0.46 0.24 0.06 331.09 0.79 0.73
Hex F0 82 B7 0 2E 18 6 14B 4F 49
Octal 360 202 267 0 56 30 6 513 117 111
Binary 11110000 10000010 10110111 0 101110 11000 110 101001011 1001111 1001001

Color Harmonies of #F082B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082B7

Black with #F082B7

Text Example


Text Example

White with #F082B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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