Html Css Color HEX #F090CD Tea Rose

📋 copy color: '#F090CD'

red 240 ◦ green 144 ◦ blue 205

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

Shades of Tea Rose #F090CD

Tints of Tea Rose #F090CD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.45%

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

R = 40.75%
G = 24.45%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F090CD (or 0xF090CD) is known color: Tea Rose. HEX triplet: F0, 90 and CD. RGB value is (240,144,205). Sum of RGB (Red+Green+Blue) = 240+144+205=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F090CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090CD is #0F6F32. Grayscale: #B3B3B3. Windows color (decimal): -1011507 or 13471984. OLE color: 13471984.

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

Color convert

RGB 240 144 205 -
CMYK 0 0.4 0.15 0.06
HSL 321.88º 0.76% 0.75% -
HSV(B) 321.88º 0.4% 0.94% -
XYZ 56.93 42.88 63.03 -
YUV 179.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 240 144 205 0 0.4 0.15 0.06 321.88 0.76 0.75
Hex F0 90 CD 0 28 F 6 142 4C 4B
Octal 360 220 315 0 50 17 6 502 114 113
Binary 11110000 10010000 11001101 0 101000 1111 110 101000010 1001100 1001011

Color Harmonies of #F090CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F090CD

Black with #F090CD

Text Example


Text Example

White with #F090CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F090CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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