Html Css Color HEX #F193CE Tea Rose

📋 copy color: '#F193CE'

red 241 ◦ green 147 ◦ blue 206

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

Shades of Tea Rose #F193CE

Tints of Tea Rose #F193CE

RGB

 RED value IS 241 (94.53% from 255) = 40.57%

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

 BLUE value IS 206 (80.86% from 255) = 34.68%

R = 40.57%
G = 24.75%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F193CE (or 0xF193CE) is known color: Tea Rose. HEX triplet: F1, 93 and CE. RGB value is (241,147,206). Sum of RGB (Red+Green+Blue) = 241+147+206=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F193CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193CE is #0E6C31. Grayscale: #B5B5B5. Windows color (decimal): -945202 or 13538289. OLE color: 13538289.

HSL color Cylindrical-coordinate representation of color #F193CE: hue angle of 322.34º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F193CE is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 147 206 -
CMYK 0 0.39 0.15 0.05
HSL 322.34º 0.77% 0.76% -
HSV(B) 322.34º 0.39% 0.95% -
XYZ 57.85 44.02 63.84 -
YUV 181.83 141.64 170.2 -
System Red Green Blue C M Y K H S L
Decimal 241 147 206 0 0.39 0.15 0.05 322.34 0.77 0.76
Hex F1 93 CE 0 27 F 5 142 4D 4C
Octal 361 223 316 0 47 17 5 502 115 114
Binary 11110001 10010011 11001110 0 100111 1111 101 101000010 1001101 1001100

Color Harmonies of #F193CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F193CE

Black with #F193CE

Text Example


Text Example

White with #F193CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F193CE; }

 p { color: rgb(241,147,206); }

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

background-color css

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

 a { background-color: rgb(241,147,206); }

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

border-color css

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

 span { border-color: rgb(241,147,206); }

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