Html Css Color HEX #F392CD Tea Rose

📋 copy color: '#F392CD'

red 243 ◦ green 146 ◦ blue 205

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

Shades of Tea Rose #F392CD

Tints of Tea Rose #F392CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.51%

R = 40.91%
G = 24.58%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F392CD (or 0xF392CD) is known color: Tea Rose. HEX triplet: F3, 92 and CD. RGB value is (243,146,205). Sum of RGB (Red+Green+Blue) = 243+146+205=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F392CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392CD is #0C6D32. Grayscale: #B5B5B5. Windows color (decimal): -814387 or 13472499. OLE color: 13472499.

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

Color convert

RGB 243 146 205 -
CMYK 0 0.40 0.16 0.05
HSL 323.51º 0.8% 0.76% -
HSV(B) 323.51º 0.4% 0.95% -
XYZ 58.26 44.02 63.18 -
YUV 181.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 243 146 205 0 0.40 0.16 0.05 323.51 0.8 0.76
Hex F3 92 CD 0 28 10 5 144 50 4C
Octal 363 222 315 0 50 20 5 504 120 114
Binary 11110011 10010010 11001101 0 101000 10000 101 101000100 1010000 1001100

Color Harmonies of #F392CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F392CD

Black with #F392CD

Text Example


Text Example

White with #F392CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F392CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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