Html Css Color HEX #F392C9 Tea Rose

📋 copy color: '#F392C9'

red 243 ◦ green 146 ◦ blue 201

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

Shades of Tea Rose #F392C9

Tints of Tea Rose #F392C9

RGB

 RED value IS 243 (95.31% from 255) = 41.19%

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

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

R = 41.19%
G = 24.75%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F392C9 (or 0xF392C9) is known color: Tea Rose. HEX triplet: F3, 92 and C9. RGB value is (243,146,201). Sum of RGB (Red+Green+Blue) = 243+146+201=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F392C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392C9 is #0C6D36. Grayscale: #B5B5B5. Windows color (decimal): -814391 or 13210355. OLE color: 13210355.

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

Color convert

RGB 243 146 201 -
CMYK 0 0.40 0.17 0.05
HSL 325.98º 0.8% 0.76% -
HSV(B) 325.98º 0.4% 0.95% -
XYZ 57.78 43.83 60.67 -
YUV 181.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 243 146 201 0 0.40 0.17 0.05 325.98 0.8 0.76
Hex F3 92 C9 0 28 11 5 146 50 4C
Octal 363 222 311 0 50 21 5 506 120 114
Binary 11110011 10010010 11001001 0 101000 10001 101 101000110 1010000 1001100

Color Harmonies of #F392C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F392C9

Black with #F392C9

Text Example


Text Example

White with #F392C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F392C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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