Html Css Color HEX #F081C0 Persian Pink

📋 copy color: '#F081C0'

red 240 ◦ green 129 ◦ blue 192

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

Shades of Persian Pink #F081C0

Tints of Persian Pink #F081C0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.99%

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

R = 42.78%
G = 22.99%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F081C0 (or 0xF081C0) is known color: Persian Pink. HEX triplet: F0, 81 and C0. RGB value is (240,129,192). Sum of RGB (Red+Green+Blue) = 240+129+192=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F081C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081C0 is #0F7E3F. Grayscale: #A9A9A9. Windows color (decimal): -1015360 or 12616176. OLE color: 12616176.

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

Color convert

RGB 240 129 192 -
CMYK 0 0.46 0.20 0.06
HSL 325.95º 0.79% 0.72% -
HSV(B) 325.95º 0.46% 0.94% -
XYZ 53.3 38.03 54.4 -
YUV 169.37 140.77 178.38 -
System Red Green Blue C M Y K H S L
Decimal 240 129 192 0 0.46 0.20 0.06 325.95 0.79 0.72
Hex F0 81 C0 0 2E 14 6 146 4F 48
Octal 360 201 300 0 56 24 6 506 117 110
Binary 11110000 10000001 11000000 0 101110 10100 110 101000110 1001111 1001000

Color Harmonies of #F081C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081C0

Black with #F081C0

Text Example


Text Example

White with #F081C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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