Html Css Color HEX #F084B8 Persian Pink

📋 copy color: '#F084B8'

red 240 ◦ green 132 ◦ blue 184

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

Shades of Persian Pink #F084B8

Tints of Persian Pink #F084B8

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.74%

 BLUE value IS 184 (72.27% from 255) = 33.09%

R = 43.17%
G = 23.74%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F084B8 (or 0xF084B8) is known color: Persian Pink. HEX triplet: F0, 84 and B8. RGB value is (240,132,184). Sum of RGB (Red+Green+Blue) = 240+132+184=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F084B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F084B8 is #0F7B47. Grayscale: #AAAAAA. Windows color (decimal): -1014600 or 12092656. OLE color: 12092656.

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

Color convert

RGB 240 132 184 -
CMYK 0 0.45 0.23 0.06
HSL 331.11º 0.78% 0.73% -
HSV(B) 331.11º 0.45% 0.94% -
XYZ 52.84 38.49 49.99 -
YUV 170.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 240 132 184 0 0.45 0.23 0.06 331.11 0.78 0.73
Hex F0 84 B8 0 2D 17 6 14B 4E 49
Octal 360 204 270 0 55 27 6 513 116 111
Binary 11110000 10000100 10111000 0 101101 10111 110 101001011 1001110 1001001

Color Harmonies of #F084B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F084B8

Black with #F084B8

Text Example


Text Example

White with #F084B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F084B8; }

 p { color: rgb(240,132,184); }

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

background-color css

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

 a { background-color: rgb(240,132,184); }

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

border-color css

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

 span { border-color: rgb(240,132,184); }

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