Html Css Color HEX #F383CE Tea Rose

📋 copy color: '#F383CE'

red 243 ◦ green 131 ◦ blue 206

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

Shades of Tea Rose #F383CE

Tints of Tea Rose #F383CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.59%

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

R = 41.9%
G = 22.59%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F383CE (or 0xF383CE) is known color: Tea Rose. HEX triplet: F3, 83 and CE. RGB value is (243,131,206). Sum of RGB (Red+Green+Blue) = 243+131+206=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 131 (51.56% from 255 or 22.59% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F383CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383CE is #0C7C31. Grayscale: #ACACAC. Windows color (decimal): -818226 or 13534195. OLE color: 13534195.

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

Color convert

RGB 243 131 206 -
CMYK 0 0.46 0.15 0.05
HSL 319.82º 0.82% 0.73% -
HSV(B) 319.82º 0.46% 0.95% -
XYZ 56.22 39.74 63.1 -
YUV 173.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 243 131 206 0 0.46 0.15 0.05 319.82 0.82 0.73
Hex F3 83 CE 0 2E F 5 140 52 49
Octal 363 203 316 0 56 17 5 500 122 111
Binary 11110011 10000011 11001110 0 101110 1111 101 101000000 1010010 1001001

Color Harmonies of #F383CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F383CE

Black with #F383CE

Text Example


Text Example

White with #F383CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F383CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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