Html Css Color HEX #F07EC3 Persian Pink

📋 copy color: '#F07EC3'

red 240 ◦ green 126 ◦ blue 195

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

Shades of Persian Pink #F07EC3

Tints of Persian Pink #F07EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.76%

R = 42.78%
G = 22.46%
B = 34.76%

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

#F07EC3 (or 0xF07EC3) is known color: Persian Pink. HEX triplet: F0, 7E and C3. RGB value is (240,126,195). Sum of RGB (Red+Green+Blue) = 240+126+195=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EC3 is #0F813C. Grayscale: #A7A7A7. Windows color (decimal): -1016125 or 12812016. OLE color: 12812016.

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

Color convert

RGB 240 126 195 -
CMYK 0 0.48 0.19 0.06
HSL 323.68º 0.79% 0.72% -
HSV(B) 323.68º 0.48% 0.94% -
XYZ 53.25 37.39 56.04 -
YUV 167.95 143.27 179.39 -
System Red Green Blue C M Y K H S L
Decimal 240 126 195 0 0.48 0.19 0.06 323.68 0.79 0.72
Hex F0 7E C3 0 30 13 6 144 4F 48
Octal 360 176 303 0 60 23 6 504 117 110
Binary 11110000 1111110 11000011 0 110000 10011 110 101000100 1001111 1001000

Color Harmonies of #F07EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07EC3

Black with #F07EC3

Text Example


Text Example

White with #F07EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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