Html Css Color HEX #F091CD Tea Rose

📋 copy color: '#F091CD'

red 240 ◦ green 145 ◦ blue 205

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

Shades of Tea Rose #F091CD

Tints of Tea Rose #F091CD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.58%

 BLUE value IS 205 (80.47% from 255) = 34.75%

R = 40.68%
G = 24.58%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F091CD (or 0xF091CD) is known color: Tea Rose. HEX triplet: F0, 91 and CD. RGB value is (240,145,205). Sum of RGB (Red+Green+Blue) = 240+145+205=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F091CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F091CD is #0F6E32. Grayscale: #B4B4B4. Windows color (decimal): -1011251 or 13472240. OLE color: 13472240.

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

Color convert

RGB 240 145 205 -
CMYK 0 0.40 0.15 0.06
HSL 322.11º 0.76% 0.75% -
HSV(B) 322.11º 0.4% 0.94% -
XYZ 57.08 43.18 63.08 -
YUV 180.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 240 145 205 0 0.40 0.15 0.06 322.11 0.76 0.75
Hex F0 91 CD 0 28 F 6 142 4C 4B
Octal 360 221 315 0 50 17 6 502 114 113
Binary 11110000 10010001 11001101 0 101000 1111 110 101000010 1001100 1001011

Color Harmonies of #F091CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F091CD

Black with #F091CD

Text Example


Text Example

White with #F091CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F091CD; }

 p { color: rgb(240,145,205); }

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

background-color css

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

 a { background-color: rgb(240,145,205); }

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

border-color css

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

 span { border-color: rgb(240,145,205); }

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