Html Css Color HEX #F392C7 Tea Rose

📋 copy color: '#F392C7'

red 243 ◦ green 146 ◦ blue 199

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

Shades of Tea Rose #F392C7

Tints of Tea Rose #F392C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.84%

R = 41.33%
G = 24.83%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F392C7 (or 0xF392C7) is known color: Tea Rose. HEX triplet: F3, 92 and C7. RGB value is (243,146,199). Sum of RGB (Red+Green+Blue) = 243+146+199=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 146 (57.42% from 255 or 24.83% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F392C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392C7 is #0C6D38. Grayscale: #B4B4B4. Windows color (decimal): -814393 or 13079283. OLE color: 13079283.

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

Color convert

RGB 243 146 199 -
CMYK 0 0.40 0.18 0.05
HSL 327.22º 0.8% 0.76% -
HSV(B) 327.22º 0.4% 0.95% -
XYZ 57.55 43.74 59.44 -
YUV 181.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 243 146 199 0 0.40 0.18 0.05 327.22 0.8 0.76
Hex F3 92 C7 0 28 12 5 147 50 4C
Octal 363 222 307 0 50 22 5 507 120 114
Binary 11110011 10010010 11000111 0 101000 10010 101 101000111 1010000 1001100

Color Harmonies of #F392C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F392C7

Black with #F392C7

Text Example


Text Example

White with #F392C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F392C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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