Html Css Color HEX #F194CE Tea Rose

📋 copy color: '#F194CE'

red 241 ◦ green 148 ◦ blue 206

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

Shades of Tea Rose #F194CE

Tints of Tea Rose #F194CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.87%

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

R = 40.5%
G = 24.87%
B = 34.62%

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

#F194CE (or 0xF194CE) is known color: Tea Rose. HEX triplet: F1, 94 and CE. RGB value is (241,148,206). Sum of RGB (Red+Green+Blue) = 241+148+206=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F194CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194CE is #0E6B31. Grayscale: #B6B6B6. Windows color (decimal): -944946 or 13538545. OLE color: 13538545.

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

Color convert

RGB 241 148 206 -
CMYK 0 0.39 0.15 0.05
HSL 322.58º 0.77% 0.76% -
HSV(B) 322.58º 0.39% 0.95% -
XYZ 58.01 44.34 63.89 -
YUV 182.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 241 148 206 0 0.39 0.15 0.05 322.58 0.77 0.76
Hex F1 94 CE 0 27 F 5 143 4D 4C
Octal 361 224 316 0 47 17 5 503 115 114
Binary 11110001 10010100 11001110 0 100111 1111 101 101000011 1001101 1001100

Color Harmonies of #F194CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F194CE

Black with #F194CE

Text Example


Text Example

White with #F194CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F194CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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