Html Css Color HEX #F388C8 Tea Rose

📋 copy color: '#F388C8'

red 243 ◦ green 136 ◦ blue 200

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

Shades of Tea Rose #F388C8

Tints of Tea Rose #F388C8

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.49%

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

R = 41.97%
G = 23.49%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F388C8 (or 0xF388C8) is known color: Tea Rose. HEX triplet: F3, 88 and C8. RGB value is (243,136,200). Sum of RGB (Red+Green+Blue) = 243+136+200=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F388C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388C8 is #0C7737. Grayscale: #AFAFAF. Windows color (decimal): -816952 or 13142259. OLE color: 13142259.

HSL color Cylindrical-coordinate representation of color #F388C8: hue angle of 324.11º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F388C8 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 136 200 -
CMYK 0 0.44 0.18 0.05
HSL 324.11º 0.82% 0.74% -
HSV(B) 324.11º 0.44% 0.95% -
XYZ 56.19 40.83 59.56 -
YUV 175.29 141.95 176.3 -
System Red Green Blue C M Y K H S L
Decimal 243 136 200 0 0.44 0.18 0.05 324.11 0.82 0.74
Hex F3 88 C8 0 2C 12 5 144 52 4A
Octal 363 210 310 0 54 22 5 504 122 112
Binary 11110011 10001000 11001000 0 101100 10010 101 101000100 1010010 1001010

Color Harmonies of #F388C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F388C8

Black with #F388C8

Text Example


Text Example

White with #F388C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F388C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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