Html Css Color HEX #F394CE Tea Rose

📋 copy color: '#F394CE'

red 243 ◦ green 148 ◦ blue 206

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

Shades of Tea Rose #F394CE

Tints of Tea Rose #F394CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.79%

 BLUE value IS 206 (80.86% from 255) = 34.51%

R = 40.7%
G = 24.79%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F394CE (or 0xF394CE) is known color: Tea Rose. HEX triplet: F3, 94 and CE. RGB value is (243,148,206). Sum of RGB (Red+Green+Blue) = 243+148+206=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F394CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F394CE is #0C6B31. Grayscale: #B6B6B6. Windows color (decimal): -813874 or 13538547. OLE color: 13538547.

HSL color Cylindrical-coordinate representation of color #F394CE: hue angle of 323.37º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F394CE is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 148 206 -
CMYK 0 0.39 0.15 0.05
HSL 323.37º 0.8% 0.77% -
HSV(B) 323.37º 0.39% 0.95% -
XYZ 58.69 44.69 63.93 -
YUV 183.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 243 148 206 0 0.39 0.15 0.05 323.37 0.8 0.77
Hex F3 94 CE 0 27 F 5 143 50 4D
Octal 363 224 316 0 47 17 5 503 120 115
Binary 11110011 10010100 11001110 0 100111 1111 101 101000011 1010000 1001101

Color Harmonies of #F394CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F394CE

Black with #F394CE

Text Example


Text Example

White with #F394CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F394CE; }

 p { color: rgb(243,148,206); }

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

background-color css

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

 a { background-color: rgb(243,148,206); }

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

border-color css

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

 span { border-color: rgb(243,148,206); }

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