Html Css Color HEX #F07AC1 Persian Pink

📋 copy color: '#F07AC1'

red 240 ◦ green 122 ◦ blue 193

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

Shades of Persian Pink #F07AC1

Tints of Persian Pink #F07AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.77%

R = 43.24%
G = 21.98%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F07AC1 (or 0xF07AC1) is known color: Persian Pink. HEX triplet: F0, 7A and C1. RGB value is (240,122,193). Sum of RGB (Red+Green+Blue) = 240+122+193=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F07AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07AC1 is #0F853E. Grayscale: #A5A5A5. Windows color (decimal): -1017151 or 12679920. OLE color: 12679920.

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

Color convert

RGB 240 122 193 -
CMYK 0 0.49 0.20 0.06
HSL 323.9º 0.8% 0.71% -
HSV(B) 323.9º 0.49% 0.94% -
XYZ 52.52 36.29 54.69 -
YUV 165.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 240 122 193 0 0.49 0.20 0.06 323.9 0.8 0.71
Hex F0 7A C1 0 31 14 6 144 50 47
Octal 360 172 301 0 61 24 6 504 120 107
Binary 11110000 1111010 11000001 0 110001 10100 110 101000100 1010000 1000111

Color Harmonies of #F07AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07AC1

Black with #F07AC1

Text Example


Text Example

White with #F07AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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