Html Css Color HEX #F384BF Tea Rose

📋 copy color: '#F384BF'

red 243 ◦ green 132 ◦ blue 191

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

Shades of Tea Rose #F384BF

Tints of Tea Rose #F384BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.75%

R = 42.93%
G = 23.32%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F384BF (or 0xF384BF) is known color: Tea Rose. HEX triplet: F3, 84 and BF. RGB value is (243,132,191). Sum of RGB (Red+Green+Blue) = 243+132+191=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F384BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384BF is #0C7B40. Grayscale: #ABABAB. Windows color (decimal): -817985 or 12551411. OLE color: 12551411.

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

Color convert

RGB 243 132 191 -
CMYK 0 0.46 0.21 0.05
HSL 328.11º 0.82% 0.74% -
HSV(B) 328.11º 0.46% 0.95% -
XYZ 54.62 39.32 54 -
YUV 171.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 243 132 191 0 0.46 0.21 0.05 328.11 0.82 0.74
Hex F3 84 BF 0 2E 15 5 148 52 4A
Octal 363 204 277 0 56 25 5 510 122 112
Binary 11110011 10000100 10111111 0 101110 10101 101 101001000 1010010 1001010

Color Harmonies of #F384BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F384BF

Black with #F384BF

Text Example


Text Example

White with #F384BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F384BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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