Html Css Color HEX #F384C2 Tea Rose

📋 copy color: '#F384C2'

red 243 ◦ green 132 ◦ blue 194

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

Shades of Tea Rose #F384C2

Tints of Tea Rose #F384C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.09%

R = 42.71%
G = 23.2%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F384C2 (or 0xF384C2) is known color: Tea Rose. HEX triplet: F3, 84 and C2. RGB value is (243,132,194). Sum of RGB (Red+Green+Blue) = 243+132+194=569 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.71% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 243 - color contains mainly: red. Hex color #F384C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384C2 is #0C7B3D. Grayscale: #ACACAC. Windows color (decimal): -817982 or 12748019. OLE color: 12748019.

HSL color Cylindrical-coordinate representation of color #F384C2: hue angle of 326.49º 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 #F384C2 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 132 194 -
CMYK 0 0.46 0.20 0.05
HSL 326.49º 0.82% 0.74% -
HSV(B) 326.49º 0.46% 0.95% -
XYZ 54.95 39.45 55.76 -
YUV 172.26 140.27 178.46 -
System Red Green Blue C M Y K H S L
Decimal 243 132 194 0 0.46 0.20 0.05 326.49 0.82 0.74
Hex F3 84 C2 0 2E 14 5 146 52 4A
Octal 363 204 302 0 56 24 5 506 122 112
Binary 11110011 10000100 11000010 0 101110 10100 101 101000110 1010010 1001010

Color Harmonies of #F384C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F384C2

Black with #F384C2

Text Example


Text Example

White with #F384C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F384C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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