Html Css Color HEX #F080CF Tea Rose

📋 copy color: '#F080CF'

red 240 ◦ green 128 ◦ blue 207

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

Shades of Tea Rose #F080CF

Tints of Tea Rose #F080CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36%

R = 41.74%
G = 22.26%
B = 36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F080CF (or 0xF080CF) is known color: Tea Rose. HEX triplet: F0, 80 and CF. RGB value is (240,128,207). Sum of RGB (Red+Green+Blue) = 240+128+207=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F080CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080CF is #0F7F30. Grayscale: #AAAAAA. Windows color (decimal): -1015601 or 13598960. OLE color: 13598960.

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

Color convert

RGB 240 128 207 -
CMYK 0 0.47 0.14 0.06
HSL 317.68º 0.79% 0.72% -
HSV(B) 317.68º 0.47% 0.94% -
XYZ 54.92 38.47 63.56 -
YUV 170.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 240 128 207 0 0.47 0.14 0.06 317.68 0.79 0.72
Hex F0 80 CF 0 2F E 6 13E 4F 48
Octal 360 200 317 0 57 16 6 476 117 110
Binary 11110000 10000000 11001111 0 101111 1110 110 100111110 1001111 1001000

Color Harmonies of #F080CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080CF

Black with #F080CF

Text Example


Text Example

White with #F080CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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