Html Css Color HEX #F190CE Tea Rose

📋 copy color: '#F190CE'

red 241 ◦ green 144 ◦ blue 206

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

Shades of Tea Rose #F190CE

Tints of Tea Rose #F190CE

RGB

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

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

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

R = 40.78%
G = 24.37%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F190CE (or 0xF190CE) is known color: Tea Rose. HEX triplet: F1, 90 and CE. RGB value is (241,144,206). Sum of RGB (Red+Green+Blue) = 241+144+206=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F190CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190CE is #0E6F31. Grayscale: #B3B3B3. Windows color (decimal): -945970 or 13537521. OLE color: 13537521.

HSL color Cylindrical-coordinate representation of color #F190CE: hue angle of 321.65º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190CE is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 144 206 -
CMYK 0 0.40 0.15 0.05
HSL 321.65º 0.78% 0.75% -
HSV(B) 321.65º 0.4% 0.95% -
XYZ 57.39 43.1 63.69 -
YUV 180.07 142.64 171.46 -
System Red Green Blue C M Y K H S L
Decimal 241 144 206 0 0.40 0.15 0.05 321.65 0.78 0.75
Hex F1 90 CE 0 28 F 5 142 4E 4B
Octal 361 220 316 0 50 17 5 502 116 113
Binary 11110001 10010000 11001110 0 101000 1111 101 101000010 1001110 1001011

Color Harmonies of #F190CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F190CE

Black with #F190CE

Text Example


Text Example

White with #F190CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F190CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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