Html Css Color HEX #F07AC2 Persian Pink

📋 copy color: '#F07AC2'

red 240 ◦ green 122 ◦ blue 194

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

Shades of Persian Pink #F07AC2

Tints of Persian Pink #F07AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.89%

R = 43.17%
G = 21.94%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F07AC2 (or 0xF07AC2) is known color: Persian Pink. HEX triplet: F0, 7A and C2. RGB value is (240,122,194). Sum of RGB (Red+Green+Blue) = 240+122+194=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F07AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07AC2 is #0F853D. Grayscale: #A5A5A5. Windows color (decimal): -1017150 or 12745456. OLE color: 12745456.

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

Color convert

RGB 240 122 194 -
CMYK 0 0.49 0.19 0.06
HSL 323.39º 0.8% 0.71% -
HSV(B) 323.39º 0.49% 0.94% -
XYZ 52.63 36.34 55.28 -
YUV 165.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 240 122 194 0 0.49 0.19 0.06 323.39 0.8 0.71
Hex F0 7A C2 0 31 13 6 143 50 47
Octal 360 172 302 0 61 23 6 503 120 107
Binary 11110000 1111010 11000010 0 110001 10011 110 101000011 1010000 1000111

Color Harmonies of #F07AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07AC2

Black with #F07AC2

Text Example


Text Example

White with #F07AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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