Html Css Color HEX #F38FC5 Tea Rose

📋 copy color: '#F38FC5'

red 243 ◦ green 143 ◦ blue 197

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

Shades of Tea Rose #F38FC5

Tints of Tea Rose #F38FC5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.53%

 BLUE value IS 197 (77.34% from 255) = 33.79%

R = 41.68%
G = 24.53%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F38FC5 (or 0xF38FC5) is known color: Tea Rose. HEX triplet: F3, 8F and C5. RGB value is (243,143,197). Sum of RGB (Red+Green+Blue) = 243+143+197=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FC5 is #0C703A. Grayscale: #B2B2B2. Windows color (decimal): -815163 or 12947443. OLE color: 12947443.

HSL color Cylindrical-coordinate representation of color #F38FC5: hue angle of 327.6º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F38FC5 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 143 197 -
CMYK 0 0.41 0.19 0.05
HSL 327.6º 0.81% 0.76% -
HSV(B) 327.6º 0.41% 0.95% -
XYZ 56.86 42.73 58.07 -
YUV 179.06 138.13 173.61 -
System Red Green Blue C M Y K H S L
Decimal 243 143 197 0 0.41 0.19 0.05 327.6 0.81 0.76
Hex F3 8F C5 0 29 13 5 148 51 4C
Octal 363 217 305 0 51 23 5 510 121 114
Binary 11110011 10001111 11000101 0 101001 10011 101 101001000 1010001 1001100

Color Harmonies of #F38FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38FC5

Black with #F38FC5

Text Example


Text Example

White with #F38FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38FC5; }

 p { color: rgb(243,143,197); }

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

background-color css

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

 a { background-color: rgb(243,143,197); }

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

border-color css

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

 span { border-color: rgb(243,143,197); }

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