Html Css Color HEX #F384C8 Tea Rose

📋 copy color: '#F384C8'

red 243 ◦ green 132 ◦ blue 200

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

Shades of Tea Rose #F384C8

Tints of Tea Rose #F384C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.78%

R = 42.26%
G = 22.96%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F384C8 (or 0xF384C8) is known color: Tea Rose. HEX triplet: F3, 84 and C8. RGB value is (243,132,200). Sum of RGB (Red+Green+Blue) = 243+132+200=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F384C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384C8 is #0C7B37. Grayscale: #ACACAC. Windows color (decimal): -817976 or 13141235. OLE color: 13141235.

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

Color convert

RGB 243 132 200 -
CMYK 0 0.46 0.18 0.05
HSL 323.24º 0.82% 0.74% -
HSV(B) 323.24º 0.46% 0.95% -
XYZ 55.64 39.73 59.38 -
YUV 172.94 143.27 177.97 -
System Red Green Blue C M Y K H S L
Decimal 243 132 200 0 0.46 0.18 0.05 323.24 0.82 0.74
Hex F3 84 C8 0 2E 12 5 143 52 4A
Octal 363 204 310 0 56 22 5 503 122 112
Binary 11110011 10000100 11001000 0 101110 10010 101 101000011 1010010 1001010

Color Harmonies of #F384C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F384C8

Black with #F384C8

Text Example


Text Example

White with #F384C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F384C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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