Html Css Color HEX #F392CA Tea Rose

📋 copy color: '#F392CA'

red 243 ◦ green 146 ◦ blue 202

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

Shades of Tea Rose #F392CA

Tints of Tea Rose #F392CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.18%

R = 41.12%
G = 24.7%
B = 34.18%

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

#F392CA (or 0xF392CA) is known color: Tea Rose. HEX triplet: F3, 92 and CA. RGB value is (243,146,202). Sum of RGB (Red+Green+Blue) = 243+146+202=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F392CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392CA is #0C6D35. Grayscale: #B5B5B5. Windows color (decimal): -814390 or 13275891. OLE color: 13275891.

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

Color convert

RGB 243 146 202 -
CMYK 0 0.40 0.17 0.05
HSL 325.36º 0.8% 0.76% -
HSV(B) 325.36º 0.4% 0.95% -
XYZ 57.9 43.88 61.29 -
YUV 181.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 243 146 202 0 0.40 0.17 0.05 325.36 0.8 0.76
Hex F3 92 CA 0 28 11 5 145 50 4C
Octal 363 222 312 0 50 21 5 505 120 114
Binary 11110011 10010010 11001010 0 101000 10001 101 101000101 1010000 1001100

Color Harmonies of #F392CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F392CA

Black with #F392CA

Text Example


Text Example

White with #F392CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F392CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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