Html Css Color HEX #F087C1 Tea Rose

📋 copy color: '#F087C1'

red 240 ◦ green 135 ◦ blue 193

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

Shades of Tea Rose #F087C1

Tints of Tea Rose #F087C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.98%

R = 42.25%
G = 23.77%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F087C1 (or 0xF087C1) is known color: Tea Rose. HEX triplet: F0, 87 and C1. RGB value is (240,135,193). Sum of RGB (Red+Green+Blue) = 240+135+193=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F087C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087C1 is #0F783E. Grayscale: #ACACAC. Windows color (decimal): -1013823 or 12683248. OLE color: 12683248.

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

Color convert

RGB 240 135 193 -
CMYK 0 0.44 0.20 0.06
HSL 326.86º 0.78% 0.74% -
HSV(B) 326.86º 0.44% 0.94% -
XYZ 54.22 39.7 55.26 -
YUV 173.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 240 135 193 0 0.44 0.20 0.06 326.86 0.78 0.74
Hex F0 87 C1 0 2C 14 6 147 4E 4A
Octal 360 207 301 0 54 24 6 507 116 112
Binary 11110000 10000111 11000001 0 101100 10100 110 101000111 1001110 1001010

Color Harmonies of #F087C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F087C1

Black with #F087C1

Text Example


Text Example

White with #F087C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F087C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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