Html Css Color HEX #F388CA Tea Rose

📋 copy color: '#F388CA'

red 243 ◦ green 136 ◦ blue 202

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

Shades of Tea Rose #F388CA

Tints of Tea Rose #F388CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.77%

R = 41.82%
G = 23.41%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F388CA (or 0xF388CA) is known color: Tea Rose. HEX triplet: F3, 88 and CA. RGB value is (243,136,202). Sum of RGB (Red+Green+Blue) = 243+136+202=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F388CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388CA is #0C7735. Grayscale: #AFAFAF. Windows color (decimal): -816950 or 13273331. OLE color: 13273331.

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

Color convert

RGB 243 136 202 -
CMYK 0 0.44 0.17 0.05
HSL 322.99º 0.82% 0.74% -
HSV(B) 322.99º 0.44% 0.95% -
XYZ 56.43 40.93 60.8 -
YUV 175.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 243 136 202 0 0.44 0.17 0.05 322.99 0.82 0.74
Hex F3 88 CA 0 2C 11 5 143 52 4A
Octal 363 210 312 0 54 21 5 503 122 112
Binary 11110011 10001000 11001010 0 101100 10001 101 101000011 1010010 1001010

Color Harmonies of #F388CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F388CA

Black with #F388CA

Text Example


Text Example

White with #F388CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F388CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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