Html Css Color HEX #F087C3 Tea Rose

📋 copy color: '#F087C3'

red 240 ◦ green 135 ◦ blue 195

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

Shades of Tea Rose #F087C3

Tints of Tea Rose #F087C3

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.68%

 BLUE value IS 195 (76.56% from 255) = 34.21%

R = 42.11%
G = 23.68%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F087C3 (or 0xF087C3) is known color: Tea Rose. HEX triplet: F0, 87 and C3. RGB value is (240,135,195). Sum of RGB (Red+Green+Blue) = 240+135+195=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F087C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087C3 is #0F783C. Grayscale: #ADADAD. Windows color (decimal): -1013821 or 12814320. OLE color: 12814320.

HSL color Cylindrical-coordinate representation of color #F087C3: hue angle of 325.71º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F087C3 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 135 195 -
CMYK 0 0.44 0.19 0.06
HSL 325.71º 0.78% 0.74% -
HSV(B) 325.71º 0.44% 0.94% -
XYZ 54.45 39.79 56.44 -
YUV 173.24 140.29 175.62 -
System Red Green Blue C M Y K H S L
Decimal 240 135 195 0 0.44 0.19 0.06 325.71 0.78 0.74
Hex F0 87 C3 0 2C 13 6 146 4E 4A
Octal 360 207 303 0 54 23 6 506 116 112
Binary 11110000 10000111 11000011 0 101100 10011 110 101000110 1001110 1001010

Color Harmonies of #F087C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F087C3

Black with #F087C3

Text Example


Text Example

White with #F087C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F087C3; }

 p { color: rgb(240,135,195); }

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

background-color css

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

 a { background-color: rgb(240,135,195); }

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

border-color css

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

 span { border-color: rgb(240,135,195); }

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