Html Css Color HEX #F080C1 Persian Pink

📋 copy color: '#F080C1'

red 240 ◦ green 128 ◦ blue 193

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

Shades of Persian Pink #F080C1

Tints of Persian Pink #F080C1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.82%

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

R = 42.78%
G = 22.82%
B = 34.4%

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

#F080C1 (or 0xF080C1) is known color: Persian Pink. HEX triplet: F0, 80 and C1. RGB value is (240,128,193). Sum of RGB (Red+Green+Blue) = 240+128+193=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F080C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080C1 is #0F7F3E. Grayscale: #A8A8A8. Windows color (decimal): -1015615 or 12681456. OLE color: 12681456.

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

Color convert

RGB 240 128 193 -
CMYK 0 0.47 0.20 0.06
HSL 325.18º 0.79% 0.72% -
HSV(B) 325.18º 0.47% 0.94% -
XYZ 53.28 37.81 54.94 -
YUV 168.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 240 128 193 0 0.47 0.20 0.06 325.18 0.79 0.72
Hex F0 80 C1 0 2F 14 6 145 4F 48
Octal 360 200 301 0 57 24 6 505 117 110
Binary 11110000 10000000 11000001 0 101111 10100 110 101000101 1001111 1001000

Color Harmonies of #F080C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080C1

Black with #F080C1

Text Example


Text Example

White with #F080C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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