Html Css Color HEX #F080C5 Tea Rose

📋 copy color: '#F080C5'

red 240 ◦ green 128 ◦ blue 197

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

Shades of Tea Rose #F080C5

Tints of Tea Rose #F080C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.87%

R = 42.48%
G = 22.65%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F080C5 (or 0xF080C5) is known color: Tea Rose. HEX triplet: F0, 80 and C5. RGB value is (240,128,197). Sum of RGB (Red+Green+Blue) = 240+128+197=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F080C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080C5 is #0F7F3A. Grayscale: #A9A9A9. Windows color (decimal): -1015611 or 12943600. OLE color: 12943600.

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

Color convert

RGB 240 128 197 -
CMYK 0 0.47 0.18 0.06
HSL 323.04º 0.79% 0.72% -
HSV(B) 323.04º 0.47% 0.94% -
XYZ 53.73 37.99 57.33 -
YUV 169.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 240 128 197 0 0.47 0.18 0.06 323.04 0.79 0.72
Hex F0 80 C5 0 2F 12 6 143 4F 48
Octal 360 200 305 0 57 22 6 503 117 110
Binary 11110000 10000000 11000101 0 101111 10010 110 101000011 1001111 1001000

Color Harmonies of #F080C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080C5

Black with #F080C5

Text Example


Text Example

White with #F080C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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