Html Css Color HEX #F38FC0 Tea Rose

📋 copy color: '#F38FC0'

red 243 ◦ green 143 ◦ blue 192

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

Shades of Tea Rose #F38FC0

Tints of Tea Rose #F38FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.22%

R = 42.04%
G = 24.74%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F38FC0 (or 0xF38FC0) is known color: Tea Rose. HEX triplet: F3, 8F and C0. RGB value is (243,143,192). Sum of RGB (Red+Green+Blue) = 243+143+192=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FC0 is #0C703F. Grayscale: #B2B2B2. Windows color (decimal): -815168 or 12619763. OLE color: 12619763.

HSL color Cylindrical-coordinate representation of color #F38FC0: hue angle of 330.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 #F38FC0 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 143 192 -
CMYK 0 0.41 0.21 0.05
HSL 330.6º 0.81% 0.76% -
HSV(B) 330.6º 0.41% 0.95% -
XYZ 56.3 42.51 55.11 -
YUV 178.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 243 143 192 0 0.41 0.21 0.05 330.6 0.81 0.76
Hex F3 8F C0 0 29 15 5 14B 51 4C
Octal 363 217 300 0 51 25 5 513 121 114
Binary 11110011 10001111 11000000 0 101001 10101 101 101001011 1010001 1001100

Color Harmonies of #F38FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38FC0

Black with #F38FC0

Text Example


Text Example

White with #F38FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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