Html Css Color HEX #F080CA Tea Rose

📋 copy color: '#F080CA'

red 240 ◦ green 128 ◦ blue 202

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

Shades of Tea Rose #F080CA

Tints of Tea Rose #F080CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.44%

R = 42.11%
G = 22.46%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F080CA (or 0xF080CA) is known color: Tea Rose. HEX triplet: F0, 80 and CA. RGB value is (240,128,202). Sum of RGB (Red+Green+Blue) = 240+128+202=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F080CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080CA is #0F7F35. Grayscale: #A9A9A9. Windows color (decimal): -1015606 or 13271280. OLE color: 13271280.

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

Color convert

RGB 240 128 202 -
CMYK 0 0.47 0.16 0.06
HSL 320.36º 0.79% 0.72% -
HSV(B) 320.36º 0.47% 0.94% -
XYZ 54.32 38.23 60.39 -
YUV 169.92 146.11 177.98 -
System Red Green Blue C M Y K H S L
Decimal 240 128 202 0 0.47 0.16 0.06 320.36 0.79 0.72
Hex F0 80 CA 0 2F 10 6 140 4F 48
Octal 360 200 312 0 57 20 6 500 117 110
Binary 11110000 10000000 11001010 0 101111 10000 110 101000000 1001111 1001000

Color Harmonies of #F080CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080CA

Black with #F080CA

Text Example


Text Example

White with #F080CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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