Html Css Color HEX #F192C9 Tea Rose

📋 copy color: '#F192C9'

red 241 ◦ green 146 ◦ blue 201

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

Shades of Tea Rose #F192C9

Tints of Tea Rose #F192C9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.83%

 BLUE value IS 201 (78.91% from 255) = 34.18%

R = 40.99%
G = 24.83%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F192C9 (or 0xF192C9) is known color: Tea Rose. HEX triplet: F1, 92 and C9. RGB value is (241,146,201). Sum of RGB (Red+Green+Blue) = 241+146+201=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 146 (57.42% from 255 or 24.83% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F192C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192C9 is #0E6D36. Grayscale: #B4B4B4. Windows color (decimal): -945463 or 13210353. OLE color: 13210353.

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

Color convert

RGB 241 146 201 -
CMYK 0 0.39 0.17 0.05
HSL 325.26º 0.77% 0.76% -
HSV(B) 325.26º 0.39% 0.95% -
XYZ 57.1 43.48 60.64 -
YUV 180.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 241 146 201 0 0.39 0.17 0.05 325.26 0.77 0.76
Hex F1 92 C9 0 27 11 5 145 4D 4C
Octal 361 222 311 0 47 21 5 505 115 114
Binary 11110001 10010010 11001001 0 100111 10001 101 101000101 1001101 1001100

Color Harmonies of #F192C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F192C9

Black with #F192C9

Text Example


Text Example

White with #F192C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F192C9; }

 p { color: rgb(241,146,201); }

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

background-color css

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

 a { background-color: rgb(241,146,201); }

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

border-color css

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

 span { border-color: rgb(241,146,201); }

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