Html Css Color HEX #F07FC0 Persian Pink

📋 copy color: '#F07FC0'

red 240 ◦ green 127 ◦ blue 192

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

Shades of Persian Pink #F07FC0

Tints of Persian Pink #F07FC0

RGB

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

 GREEN value IS 127 (50% from 255) = 22.72%

 BLUE value IS 192 (75.39% from 255) = 34.35%

R = 42.93%
G = 22.72%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F07FC0 (or 0xF07FC0) is known color: Persian Pink. HEX triplet: F0, 7F and C0. RGB value is (240,127,192). Sum of RGB (Red+Green+Blue) = 240+127+192=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FC0 is #0F803F. Grayscale: #A8A8A8. Windows color (decimal): -1015872 or 12615664. OLE color: 12615664.

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

Color convert

RGB 240 127 192 -
CMYK 0 0.47 0.20 0.06
HSL 325.49º 0.79% 0.72% -
HSV(B) 325.49º 0.47% 0.94% -
XYZ 53.04 37.51 54.31 -
YUV 168.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 240 127 192 0 0.47 0.20 0.06 325.49 0.79 0.72
Hex F0 7F C0 0 2F 14 6 145 4F 48
Octal 360 177 300 0 57 24 6 505 117 110
Binary 11110000 1111111 11000000 0 101111 10100 110 101000101 1001111 1001000

Color Harmonies of #F07FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FC0

Black with #F07FC0

Text Example


Text Example

White with #F07FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FC0; }

 p { color: rgb(240,127,192); }

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

background-color css

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

 a { background-color: rgb(240,127,192); }

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

border-color css

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

 span { border-color: rgb(240,127,192); }

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