Html Css Color HEX #F38FCF Tea Rose

📋 copy color: '#F38FCF'

red 243 ◦ green 143 ◦ blue 207

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

Shades of Tea Rose #F38FCF

Tints of Tea Rose #F38FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.91%

R = 40.98%
G = 24.11%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F38FCF (or 0xF38FCF) is known color: Tea Rose. HEX triplet: F3, 8F and CF. RGB value is (243,143,207). Sum of RGB (Red+Green+Blue) = 243+143+207=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FCF is #0C7030. Grayscale: #B4B4B4. Windows color (decimal): -815153 or 13602803. OLE color: 13602803.

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

Color convert

RGB 243 143 207 -
CMYK 0 0.41 0.15 0.05
HSL 321.6º 0.81% 0.76% -
HSV(B) 321.6º 0.41% 0.95% -
XYZ 58.05 43.2 64.31 -
YUV 180.2 143.13 172.8 -
System Red Green Blue C M Y K H S L
Decimal 243 143 207 0 0.41 0.15 0.05 321.6 0.81 0.76
Hex F3 8F CF 0 29 F 5 142 51 4C
Octal 363 217 317 0 51 17 5 502 121 114
Binary 11110011 10001111 11001111 0 101001 1111 101 101000010 1010001 1001100

Color Harmonies of #F38FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38FCF

Black with #F38FCF

Text Example


Text Example

White with #F38FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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