Html Css Color HEX #F089B7 Persian Pink

📋 copy color: '#F089B7'

red 240 ◦ green 137 ◦ blue 183

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

Shades of Persian Pink #F089B7

Tints of Persian Pink #F089B7

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.46%

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

R = 42.86%
G = 24.46%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F089B7 (or 0xF089B7) is known color: Persian Pink. HEX triplet: F0, 89 and B7. RGB value is (240,137,183). Sum of RGB (Red+Green+Blue) = 240+137+183=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F089B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089B7 is #0F7648. Grayscale: #ACACAC. Windows color (decimal): -1013321 or 12028400. OLE color: 12028400.

HSL color Cylindrical-coordinate representation of color #F089B7: hue angle of 333.2º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F089B7 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 137 183 -
CMYK 0 0.43 0.24 0.06
HSL 333.2º 0.77% 0.74% -
HSV(B) 333.2º 0.43% 0.94% -
XYZ 53.43 39.84 49.67 -
YUV 173.04 133.62 175.76 -
System Red Green Blue C M Y K H S L
Decimal 240 137 183 0 0.43 0.24 0.06 333.2 0.77 0.74
Hex F0 89 B7 0 2B 18 6 14D 4D 4A
Octal 360 211 267 0 53 30 6 515 115 112
Binary 11110000 10001001 10110111 0 101011 11000 110 101001101 1001101 1001010

Color Harmonies of #F089B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F089B7

Black with #F089B7

Text Example


Text Example

White with #F089B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F089B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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