Html Css Color HEX #F38FD2 Tea Rose

📋 copy color: '#F38FD2'

red 243 ◦ green 143 ◦ blue 210

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

Shades of Tea Rose #F38FD2

Tints of Tea Rose #F38FD2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.99%

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

R = 40.77%
G = 23.99%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F38FD2 (or 0xF38FD2) is known color: Tea Rose. HEX triplet: F3, 8F and D2. RGB value is (243,143,210). Sum of RGB (Red+Green+Blue) = 243+143+210=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FD2 is #0C702D. Grayscale: #B4B4B4. Windows color (decimal): -815150 or 13799411. OLE color: 13799411.

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

Color convert

RGB 243 143 210 -
CMYK 0 0.41 0.14 0.05
HSL 319.8º 0.81% 0.76% -
HSV(B) 319.8º 0.41% 0.95% -
XYZ 58.42 43.35 66.26 -
YUV 180.54 144.63 172.55 -
System Red Green Blue C M Y K H S L
Decimal 243 143 210 0 0.41 0.14 0.05 319.8 0.81 0.76
Hex F3 8F D2 0 29 E 5 140 51 4C
Octal 363 217 322 0 51 16 5 500 121 114
Binary 11110011 10001111 11010010 0 101001 1110 101 101000000 1010001 1001100

Color Harmonies of #F38FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38FD2

Black with #F38FD2

Text Example


Text Example

White with #F38FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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