Html Css Color HEX #F07AB7 Persian Pink

📋 copy color: '#F07AB7'

red 240 ◦ green 122 ◦ blue 183

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

Shades of Persian Pink #F07AB7

Tints of Persian Pink #F07AB7

RGB

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

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

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

R = 44.04%
G = 22.39%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F07AB7 (or 0xF07AB7) is known color: Persian Pink. HEX triplet: F0, 7A and B7. RGB value is (240,122,183). Sum of RGB (Red+Green+Blue) = 240+122+183=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F07AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07AB7 is #0F8548. Grayscale: #A4A4A4. Windows color (decimal): -1017161 or 12024560. OLE color: 12024560.

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

Color convert

RGB 240 122 183 -
CMYK 0 0.49 0.24 0.06
HSL 328.98º 0.8% 0.71% -
HSV(B) 328.98º 0.49% 0.94% -
XYZ 51.44 35.86 49.01 -
YUV 164.24 138.59 182.04 -
System Red Green Blue C M Y K H S L
Decimal 240 122 183 0 0.49 0.24 0.06 328.98 0.8 0.71
Hex F0 7A B7 0 31 18 6 149 50 47
Octal 360 172 267 0 61 30 6 511 120 107
Binary 11110000 1111010 10110111 0 110001 11000 110 101001001 1010000 1000111

Color Harmonies of #F07AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07AB7

Black with #F07AB7

Text Example


Text Example

White with #F07AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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