Html Css Color HEX #F07EC2 Persian Pink

📋 copy color: '#F07EC2'

red 240 ◦ green 126 ◦ blue 194

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

Shades of Persian Pink #F07EC2

Tints of Persian Pink #F07EC2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.5%

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

R = 42.86%
G = 22.5%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F07EC2 (or 0xF07EC2) is known color: Persian Pink. HEX triplet: F0, 7E and C2. RGB value is (240,126,194). Sum of RGB (Red+Green+Blue) = 240+126+194=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EC2 is #0F813D. Grayscale: #A7A7A7. Windows color (decimal): -1016126 or 12746480. OLE color: 12746480.

HSL color Cylindrical-coordinate representation of color #F07EC2: hue angle of 324.21º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07EC2 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 126 194 -
CMYK 0 0.48 0.19 0.06
HSL 324.21º 0.79% 0.72% -
HSV(B) 324.21º 0.48% 0.94% -
XYZ 53.13 37.34 55.45 -
YUV 167.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 240 126 194 0 0.48 0.19 0.06 324.21 0.79 0.72
Hex F0 7E C2 0 30 13 6 144 4F 48
Octal 360 176 302 0 60 23 6 504 117 110
Binary 11110000 1111110 11000010 0 110000 10011 110 101000100 1001111 1001000

Color Harmonies of #F07EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07EC2

Black with #F07EC2

Text Example


Text Example

White with #F07EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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