Html Css Color HEX #F384CE Tea Rose

📋 copy color: '#F384CE'

red 243 ◦ green 132 ◦ blue 206

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

Shades of Tea Rose #F384CE

Tints of Tea Rose #F384CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.72%

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

R = 41.82%
G = 22.72%
B = 35.46%

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

#F384CE (or 0xF384CE) is known color: Tea Rose. HEX triplet: F3, 84 and CE. RGB value is (243,132,206). Sum of RGB (Red+Green+Blue) = 243+132+206=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F384CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384CE is #0C7B31. Grayscale: #ADADAD. Windows color (decimal): -817970 or 13534451. OLE color: 13534451.

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

Color convert

RGB 243 132 206 -
CMYK 0 0.46 0.15 0.05
HSL 320º 0.82% 0.74% -
HSV(B) 320º 0.46% 0.95% -
XYZ 56.35 40.01 63.15 -
YUV 173.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 243 132 206 0 0.46 0.15 0.05 320 0.82 0.74
Hex F3 84 CE 0 2E F 5 140 52 4A
Octal 363 204 316 0 56 17 5 500 122 112
Binary 11110011 10000100 11001110 0 101110 1111 101 101000000 1010010 1001010

Color Harmonies of #F384CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F384CE

Black with #F384CE

Text Example


Text Example

White with #F384CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F384CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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