Html Css Color HEX #F381C4 Tea Rose

📋 copy color: '#F381C4'

red 243 ◦ green 129 ◦ blue 196

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

Shades of Tea Rose #F381C4

Tints of Tea Rose #F381C4

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.71%

 BLUE value IS 196 (76.95% from 255) = 34.51%

R = 42.78%
G = 22.71%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F381C4 (or 0xF381C4) is known color: Tea Rose. HEX triplet: F3, 81 and C4. RGB value is (243,129,196). Sum of RGB (Red+Green+Blue) = 243+129+196=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F381C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381C4 is #0C7E3B. Grayscale: #AAAAAA. Windows color (decimal): -818748 or 12878323. OLE color: 12878323.

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

Color convert

RGB 243 129 196 -
CMYK 0 0.47 0.19 0.05
HSL 324.74º 0.83% 0.73% -
HSV(B) 324.74º 0.47% 0.95% -
XYZ 54.78 38.74 56.82 -
YUV 170.72 142.27 179.55 -
System Red Green Blue C M Y K H S L
Decimal 243 129 196 0 0.47 0.19 0.05 324.74 0.83 0.73
Hex F3 81 C4 0 2F 13 5 145 53 49
Octal 363 201 304 0 57 23 5 505 123 111
Binary 11110011 10000001 11000100 0 101111 10011 101 101000101 1010011 1001001

Color Harmonies of #F381C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F381C4

Black with #F381C4

Text Example


Text Example

White with #F381C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F381C4; }

 p { color: rgb(243,129,196); }

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

background-color css

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

 a { background-color: rgb(243,129,196); }

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

border-color css

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

 span { border-color: rgb(243,129,196); }

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