Html Css Color HEX #F093CF Tea Rose

📋 copy color: '#F093CF'

red 240 ◦ green 147 ◦ blue 207

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

Shades of Tea Rose #F093CF

Tints of Tea Rose #F093CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.75%

 BLUE value IS 207 (81.25% from 255) = 34.85%

R = 40.4%
G = 24.75%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F093CF (or 0xF093CF) is known color: Tea Rose. HEX triplet: F0, 93 and CF. RGB value is (240,147,207). Sum of RGB (Red+Green+Blue) = 240+147+207=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F093CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093CF is #0F6C30. Grayscale: #B5B5B5. Windows color (decimal): -1010737 or 13603824. OLE color: 13603824.

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

Color convert

RGB 240 147 207 -
CMYK 0 0.39 0.14 0.06
HSL 321.29º 0.76% 0.76% -
HSV(B) 321.29º 0.39% 0.94% -
XYZ 57.63 43.9 64.47 -
YUV 181.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 240 147 207 0 0.39 0.14 0.06 321.29 0.76 0.76
Hex F0 93 CF 0 27 E 6 141 4C 4C
Octal 360 223 317 0 47 16 6 501 114 114
Binary 11110000 10010011 11001111 0 100111 1110 110 101000001 1001100 1001100

Color Harmonies of #F093CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F093CF

Black with #F093CF

Text Example


Text Example

White with #F093CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F093CF; }

 p { color: rgb(240,147,207); }

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

background-color css

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

 a { background-color: rgb(240,147,207); }

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

border-color css

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

 span { border-color: rgb(240,147,207); }

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