Html Css Color HEX #F380C2 Tea Rose

📋 copy color: '#F380C2'

red 243 ◦ green 128 ◦ blue 194

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

Shades of Tea Rose #F380C2

Tints of Tea Rose #F380C2

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.65%

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

R = 43.01%
G = 22.65%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F380C2 (or 0xF380C2) is known color: Tea Rose. HEX triplet: F3, 80 and C2. RGB value is (243,128,194). Sum of RGB (Red+Green+Blue) = 243+128+194=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F380C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380C2 is #0C7F3D. Grayscale: #A9A9A9. Windows color (decimal): -819006 or 12746995. OLE color: 12746995.

HSL color Cylindrical-coordinate representation of color #F380C2: hue angle of 325.57º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F380C2 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 128 194 -
CMYK 0 0.47 0.20 0.05
HSL 325.57º 0.83% 0.73% -
HSV(B) 325.57º 0.47% 0.95% -
XYZ 54.42 38.39 55.58 -
YUV 169.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 243 128 194 0 0.47 0.20 0.05 325.57 0.83 0.73
Hex F3 80 C2 0 2F 14 5 146 53 49
Octal 363 200 302 0 57 24 5 506 123 111
Binary 11110011 10000000 11000010 0 101111 10100 101 101000110 1010011 1001001

Color Harmonies of #F380C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F380C2

Black with #F380C2

Text Example


Text Example

White with #F380C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F380C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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