Html Css Color HEX #F384CC Tea Rose

📋 copy color: '#F384CC'

red 243 ◦ green 132 ◦ blue 204

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

Shades of Tea Rose #F384CC

Tints of Tea Rose #F384CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.23%

R = 41.97%
G = 22.8%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F384CC (or 0xF384CC) is known color: Tea Rose. HEX triplet: F3, 84 and CC. RGB value is (243,132,204). Sum of RGB (Red+Green+Blue) = 243+132+204=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F384CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384CC is #0C7B33. Grayscale: #ADADAD. Windows color (decimal): -817972 or 13403379. OLE color: 13403379.

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

Color convert

RGB 243 132 204 -
CMYK 0 0.46 0.16 0.05
HSL 321.08º 0.82% 0.74% -
HSV(B) 321.08º 0.46% 0.95% -
XYZ 56.11 39.92 61.87 -
YUV 173.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 243 132 204 0 0.46 0.16 0.05 321.08 0.82 0.74
Hex F3 84 CC 0 2E 10 5 141 52 4A
Octal 363 204 314 0 56 20 5 501 122 112
Binary 11110011 10000100 11001100 0 101110 10000 101 101000001 1010010 1001010

Color Harmonies of #F384CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F384CC

Black with #F384CC

Text Example


Text Example

White with #F384CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F384CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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