Html Css Color HEX #F38AD2 Tea Rose

📋 copy color: '#F38AD2'

red 243 ◦ green 138 ◦ blue 210

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

Shades of Tea Rose #F38AD2

Tints of Tea Rose #F38AD2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.35%

 BLUE value IS 210 (82.42% from 255) = 35.53%

R = 41.12%
G = 23.35%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F38AD2 (or 0xF38AD2) is known color: Tea Rose. HEX triplet: F3, 8A and D2. RGB value is (243,138,210). Sum of RGB (Red+Green+Blue) = 243+138+210=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F38AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38AD2 is #0C752D. Grayscale: #B1B1B1. Windows color (decimal): -816430 or 13798131. OLE color: 13798131.

HSL color Cylindrical-coordinate representation of color #F38AD2: hue angle of 318.86º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38AD2 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 138 210 -
CMYK 0 0.43 0.14 0.05
HSL 318.86º 0.81% 0.75% -
HSV(B) 318.86º 0.43% 0.95% -
XYZ 57.68 41.88 66.02 -
YUV 177.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 243 138 210 0 0.43 0.14 0.05 318.86 0.81 0.75
Hex F3 8A D2 0 2B E 5 13F 51 4B
Octal 363 212 322 0 53 16 5 477 121 113
Binary 11110011 10001010 11010010 0 101011 1110 101 100111111 1010001 1001011

Color Harmonies of #F38AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38AD2

Black with #F38AD2

Text Example


Text Example

White with #F38AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38AD2; }

 p { color: rgb(243,138,210); }

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

background-color css

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

 a { background-color: rgb(243,138,210); }

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

border-color css

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

 span { border-color: rgb(243,138,210); }

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