Html Css Color HEX #F08FD0 Tea Rose

📋 copy color: '#F08FD0'

red 240 ◦ green 143 ◦ blue 208

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

Shades of Tea Rose #F08FD0

Tints of Tea Rose #F08FD0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.2%

 BLUE value IS 208 (81.64% from 255) = 35.19%

R = 40.61%
G = 24.2%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F08FD0 (or 0xF08FD0) is known color: Tea Rose. HEX triplet: F0, 8F and D0. RGB value is (240,143,208). Sum of RGB (Red+Green+Blue) = 240+143+208=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FD0 is #0F702F. Grayscale: #B3B3B3. Windows color (decimal): -1011760 or 13668336. OLE color: 13668336.

HSL color Cylindrical-coordinate representation of color #F08FD0: hue angle of 319.79º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FD0 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 143 208 -
CMYK 0 0.40 0.13 0.06
HSL 319.79º 0.76% 0.75% -
HSV(B) 319.79º 0.4% 0.94% -
XYZ 57.14 42.72 64.91 -
YUV 179.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 240 143 208 0 0.40 0.13 0.06 319.79 0.76 0.75
Hex F0 8F D0 0 28 D 6 140 4C 4B
Octal 360 217 320 0 50 15 6 500 114 113
Binary 11110000 10001111 11010000 0 101000 1101 110 101000000 1001100 1001011

Color Harmonies of #F08FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FD0

Black with #F08FD0

Text Example


Text Example

White with #F08FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FD0; }

 p { color: rgb(240,143,208); }

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

background-color css

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

 a { background-color: rgb(240,143,208); }

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

border-color css

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

 span { border-color: rgb(240,143,208); }

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