Html Css Color HEX #F07AB9 Persian Pink

📋 copy color: '#F07AB9'

red 240 ◦ green 122 ◦ blue 185

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

Shades of Persian Pink #F07AB9

Tints of Persian Pink #F07AB9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.3%

 BLUE value IS 185 (72.66% from 255) = 33.82%

R = 43.88%
G = 22.3%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F07AB9 (or 0xF07AB9) is known color: Persian Pink. HEX triplet: F0, 7A and B9. RGB value is (240,122,185). Sum of RGB (Red+Green+Blue) = 240+122+185=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F07AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07AB9 is #0F8546. Grayscale: #A4A4A4. Windows color (decimal): -1017159 or 12155632. OLE color: 12155632.

HSL color Cylindrical-coordinate representation of color #F07AB9: hue angle of 327.97º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07AB9 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 122 185 -
CMYK 0 0.49 0.23 0.06
HSL 327.97º 0.8% 0.71% -
HSV(B) 327.97º 0.49% 0.94% -
XYZ 51.65 35.95 50.12 -
YUV 164.46 139.59 181.88 -
System Red Green Blue C M Y K H S L
Decimal 240 122 185 0 0.49 0.23 0.06 327.97 0.8 0.71
Hex F0 7A B9 0 31 17 6 148 50 47
Octal 360 172 271 0 61 27 6 510 120 107
Binary 11110000 1111010 10111001 0 110001 10111 110 101001000 1010000 1000111

Color Harmonies of #F07AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07AB9

Black with #F07AB9

Text Example


Text Example

White with #F07AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07AB9; }

 p { color: rgb(240,122,185); }

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

background-color css

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

 a { background-color: rgb(240,122,185); }

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

border-color css

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

 span { border-color: rgb(240,122,185); }

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